Skip to content

Commit

Permalink
Add support for Python 3.10 (#1511)
Browse files Browse the repository at this point in the history
* change to 3.10 proper in strategy matrix

* add 3.10 to trove classifers list
  • Loading branch information
joshuadavidthomas committed Oct 10, 2021
1 parent 3b26935 commit 9e13c63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

services:
mariadb:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

services:
postgres:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand Down

0 comments on commit 9e13c63

Please sign in to comment.