Skip to content

Commit 1a1a71f

Browse files
authored
Add 3.10 (#83)
* Add 3.10 * Fix version
1 parent 34139cb commit 1a1a71f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 1
1313
matrix:
14-
python: [3.6, 3.7, 3.8, 3.9]
14+
python: [3.6, 3.7, 3.8, 3.9, '3.10']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def run_tests(self):
7474
"Programming Language :: Python :: 3.7",
7575
"Programming Language :: Python :: 3.8",
7676
"Programming Language :: Python :: 3.9",
77+
"Programming Language :: Python :: 3.10",
7778
"Topic :: Software Development :: Libraries :: Python Modules",
7879
],
7980
)

0 commit comments

Comments
 (0)