Skip to content

Commit 9e13c63

Browse files
Add support for Python 3.10 (#1511)
* change to 3.10 proper in strategy matrix * add 3.10 to trove classifers list
1 parent 3b26935 commit 9e13c63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
max-parallel: 5
1111
matrix:
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
12+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1313

1414
services:
1515
mariadb:
@@ -76,7 +76,7 @@ jobs:
7676
fail-fast: false
7777
max-parallel: 5
7878
matrix:
79-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
79+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
8080

8181
services:
8282
postgres:
@@ -143,7 +143,7 @@ jobs:
143143
fail-fast: false
144144
max-parallel: 5
145145
matrix:
146-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
146+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
147147

148148
steps:
149149
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers =
2727
Programming Language :: Python :: 3.7
2828
Programming Language :: Python :: 3.8
2929
Programming Language :: Python :: 3.9
30+
Programming Language :: Python :: 3.10
3031
Topic :: Software Development :: Libraries :: Python Modules
3132

3233
[options]

0 commit comments

Comments
 (0)