We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe22fb3 + 504036c commit bc005afCopy full SHA for bc005af
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
- "3.8"
19
- "3.9"
20
- "3.10"
21
+ - "3.11"
22
- "pypy3.9"
23
24
steps:
setup.py
@@ -44,6 +44,7 @@
44
'Programming Language :: Python :: 3.8',
45
'Programming Language :: Python :: 3.9',
46
'Programming Language :: Python :: 3.10',
47
+ 'Programming Language :: Python :: 3.11',
48
'Programming Language :: Python :: Implementation :: CPython',
49
'Programming Language :: Python :: Implementation :: PyPy',
50
],
0 commit comments