Skip to content

Commit 02bb200

Browse files
authored
Add support for Python 3.10 (aio-libs#6079)
1 parent 7b3384e commit 02bb200

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
name: Linux
177177
strategy:
178178
matrix:
179-
pyver: [cp37-cp37m, cp38-cp38, cp39-cp39]
179+
pyver: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
180180
arch: [x86_64, aarch64, i686, ppc64le, s390x]
181181
fail-fast: false
182182
runs-on: ubuntu-latest
@@ -224,7 +224,7 @@ jobs:
224224
name: Binary wheels
225225
strategy:
226226
matrix:
227-
pyver: [3.7, 3.8, 3.9]
227+
pyver: [3.7, 3.8, 3.9, '3.10']
228228
os: [macos, windows]
229229
arch: [x86, x64]
230230
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
@@ -135,6 +135,7 @@ Hrishikesh Paranjape
135135
Hu Bo
136136
Hugh Young
137137
Hugo Herter
138+
Hugo van Kemenade
138139
Hynek Schlawack
139140
Igor Alexandrov
140141
Igor Davydenko

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def read(f):
7979
"Programming Language :: Python :: 3.7",
8080
"Programming Language :: Python :: 3.8",
8181
"Programming Language :: Python :: 3.9",
82+
"Programming Language :: Python :: 3.10",
8283
"Development Status :: 5 - Production/Stable",
8384
"Operating System :: POSIX",
8485
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)