Skip to content

Commit

Permalink
Add support for Python 3.10 (#6079)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 12, 2021
1 parent 7b3384e commit 02bb200
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
name: Linux
strategy:
matrix:
pyver: [cp37-cp37m, cp38-cp38, cp39-cp39]
pyver: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
arch: [x86_64, aarch64, i686, ppc64le, s390x]
fail-fast: false
runs-on: ubuntu-latest
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
name: Binary wheels
strategy:
matrix:
pyver: [3.7, 3.8, 3.9]
pyver: [3.7, 3.8, 3.9, '3.10']
os: [macos, windows]
arch: [x86, x64]
exclude:
Expand Down
1 change: 1 addition & 0 deletions CHANGES/6079.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Trove classifier and create binary wheels for 3.10. -- :user:`hugovk`.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Hrishikesh Paranjape
Hu Bo
Hugh Young
Hugo Herter
Hugo van Kemenade
Hynek Schlawack
Igor Alexandrov
Igor Davydenko
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def read(f):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit 02bb200

Please sign in to comment.