Skip to content

Commit ca1dc17

Browse files
webknjazhugovk
andauthored
[backport][3.8] Add support for Python 3.10 (#6079) (#6106)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 690a091 commit ca1dc17

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
name: Linux
176176
strategy:
177177
matrix:
178-
pyver: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39]
178+
pyver: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
179179
arch: [x86_64, aarch64, i686, ppc64le, s390x]
180180
fail-fast: false
181181
runs-on: ubuntu-latest
@@ -223,7 +223,7 @@ jobs:
223223
name: Binary wheels
224224
strategy:
225225
matrix:
226-
pyver: [3.6, 3.7, 3.8, 3.9]
226+
pyver: [3.6, 3.7, 3.8, 3.9, '3.10']
227227
os: [macos, windows]
228228
arch: [x86, x64]
229229
exclude:

CHANGES/6079.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Trove classifier and create binary wheels for 3.10. -- :user:`hugovk`.

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Hrishikesh Paranjape
130130
Hu Bo
131131
Hugh Young
132132
Hugo Herter
133+
Hugo van Kemenade
133134
Hynek Schlawack
134135
Igor Alexandrov
135136
Igor Davydenko

0 commit comments

Comments
 (0)