Skip to content

Commit da7aaa4

Browse files
authored
Add support for python 3.10 (#67)
1 parent 721e1c1 commit da7aaa4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/tox.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
"py37",
2424
"py38",
2525
"py39",
26+
"py310",
2627
"lint",
2728
"packaging",
2829
]
@@ -52,6 +53,10 @@ jobs:
5253
python: "3.9"
5354
os: ubuntu-latest
5455
tox_env: py39
56+
- name: py310
57+
python: "3.10"
58+
os: ubuntu-latest
59+
tox_env: py310
5560

5661
- name: "lint"
5762
python: "3.7"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifier =
2323
Programming Language :: Python :: 3.7
2424
Programming Language :: Python :: 3.8
2525
Programming Language :: Python :: 3.9
26+
Programming Language :: Python :: 3.10
2627

2728
[entry_points]
2829
console_scripts =

0 commit comments

Comments
 (0)