Skip to content

Commit 42f8a87

Browse files
authored
Merge pull request #44 from eadwinCode/py311_support
Python 3.11 Support
2 parents 8e0daec + e8933b4 commit 42f8a87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.7', '3.8', '3.9', '3.10']
13+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1414

1515
steps:
1616
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
36+
"Programming Language :: Python :: 3.11",
3637
"Programming Language :: Python :: 3 :: Only",
3738
"Framework :: AsyncIO",
3839
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",

0 commit comments

Comments
 (0)