Skip to content

Commit 1e85c39

Browse files
committed
Python 3.10 support
1 parent 4b803b1 commit 1e85c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: [3.7, 3.8, 3.9, 3.10.0-rc.1]
1818
os: [ubuntu-latest, macos-latest]
1919

2020
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ def build_extensions(self):
311311
'Programming Language :: Python :: 3.7',
312312
'Programming Language :: Python :: 3.8',
313313
'Programming Language :: Python :: 3.9',
314+
'Programming Language :: Python :: 3.10',
314315
'License :: OSI Approved :: Apache Software License',
315316
'License :: OSI Approved :: MIT License',
316317
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)