We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ea64e commit f88d27cCopy full SHA for f88d27c
.github/workflows/ci.yml
@@ -95,6 +95,7 @@ jobs:
95
96
deploy:
97
name: Deploy
98
+ environment: release
99
runs-on: ubuntu-latest
100
needs: check
101
# Run only on pushing a tag
setup.py
@@ -29,6 +29,7 @@ def read(fname):
29
"Programming Language :: Python :: 3.8",
30
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
32
+ "Programming Language :: Python :: 3.11",
33
"Topic :: Internet :: WWW/HTTP",
34
"Framework :: AsyncIO",
35
],
0 commit comments