Skip to content

Commit b063003

Browse files
hugovkByron
authored andcommitted
Add support for Python 3.10
1 parent b17bc98 commit b063003

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7] # , "3.10.0-rc.2"]
18+
python-version: [3.7, 3.7.5, 3.7.12, 3.8, 3.8.0, 3.8.11, 3.8, 3.9, 3.9.0, 3.9.7, "3.10"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

‎AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Contributors are:
4444
-Ram Rachum <ram _at_ rachum.com>
4545
-Alba Mendez <me _at_ alba.sh>
4646
-Robert Westman <robert _at_ byteflux.io>
47+
-Hugo van Kemenade
4748
Portions derived from other open source works and are clearly marked.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
122122
"Programming Language :: Python :: 3.7",
123123
"Programming Language :: Python :: 3.8",
124124
"Programming Language :: Python :: 3.9",
125-
# "Programming Language :: Python :: 3.10"
125+
"Programming Language :: Python :: 3.10",
126126
]
127127
)

0 commit comments

Comments
 (0)