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 9c7ed30 commit 8e3e358Copy full SHA for 8e3e358
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
matrix:
34
python-version:
35
- - '3.10'
+ - '3.11'
36
steps:
37
- name: Checkout
38
uses: actions/checkout@v4
setup.py
@@ -41,6 +41,7 @@
41
"Intended Audience :: Developers",
42
"License :: OSI Approved :: MIT License",
43
"Programming Language :: Python :: 3.10",
44
+ "Programming Language :: Python :: 3.11",
45
"Topic :: System :: Installation/Setup",
46
"Operating System :: POSIX :: Linux",
47
],
0 commit comments