Skip to content

Commit 98de462

Browse files
authored
Add support for Python 3.10 (jpadilla#699)
1 parent 98620ab commit 98de462

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
platform: ["ubuntu-latest", "windows-latest"]
21-
python-version: ["3.6", "3.7", "3.8", "3.9"]
21+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2222

2323
steps:
2424
- uses: "actions/checkout@v2"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers =
2727
Programming Language :: Python :: 3.7
2828
Programming Language :: Python :: 3.8
2929
Programming Language :: Python :: 3.9
30+
Programming Language :: Python :: 3.10
3031
Topic :: Utilities
3132

3233
[options]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python =
1212
3.7: py37, docs
1313
3.8: py38, typing
1414
3.9: py39
15+
3.10: py310
1516

1617

1718
[tox]

0 commit comments

Comments
 (0)