Skip to content

Commit

Permalink
Support python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Aug 1, 2020
1 parent 10b6cb0 commit bf936f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ repos:
rev: v1.11.0
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version=3.9"]
- repo: https://github.com/PyCQA/doc8
rev: 0.8.1rc3
hooks:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.8-dev
env: TOXENV=py38
- python: 3.9-dev
env: TOXENV=py39

before_install:
- pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Code Generators
Topic :: Text Processing :: Markup :: XML
keywords = xml,binding,xsd,schema,cli,dataclass
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38
envlist = py37,py38,py39
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit bf936f5

Please sign in to comment.