Skip to content

Commit

Permalink
Added Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Dec 16, 2022
1 parent ea79016 commit bea951e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- 3.8
- 3.9
- '3.10'
- '3.11'

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 @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
project_urls =
Documentation = https://asgi.readthedocs.io/
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}-{test,mypy}
py{37,38,39,310,311}-{test,mypy}
qa

[testenv]
Expand Down

0 comments on commit bea951e

Please sign in to comment.