Skip to content

Commit

Permalink
Add support for python 3.10 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 10, 2021
1 parent 721e1c1 commit da7aaa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
"py37",
"py38",
"py39",
"py310",
"lint",
"packaging",
]
Expand Down Expand Up @@ -52,6 +53,10 @@ jobs:
python: "3.9"
os: ubuntu-latest
tox_env: py39
- name: py310
python: "3.10"
os: ubuntu-latest
tox_env: py310

- name: "lint"
python: "3.7"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[entry_points]
console_scripts =
Expand Down

0 comments on commit da7aaa4

Please sign in to comment.