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 8336e0b commit c8fd99fCopy full SHA for c8fd99f
.github/workflows/python-app.yml
@@ -31,6 +31,10 @@ jobs:
31
sphinx-version: ""
32
- python-version: "3.10"
33
sphinx-version: "4.5"
34
+ - python-version: "3.11"
35
+ sphinx-version: ""
36
37
+ sphinx-version: "4.5"
38
39
steps:
40
- uses: actions/checkout@v2
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
'Programming Language :: Python :: 3.8',
26
'Programming Language :: Python :: 3.9',
27
'Programming Language :: Python :: 3.10',
28
+ 'Programming Language :: Python :: 3.11',
29
'Operating System :: OS Independent',
30
]
0 commit comments