Skip to content

Commit c8fd99f

Browse files
committed
Support Python 3.11
1 parent 8336e0b commit c8fd99f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
sphinx-version: ""
3232
- python-version: "3.10"
3333
sphinx-version: "4.5"
34+
- python-version: "3.11"
35+
sphinx-version: ""
36+
- python-version: "3.11"
37+
sphinx-version: "4.5"
3438

3539
steps:
3640
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
'Programming Language :: Python :: 3.8',
2626
'Programming Language :: Python :: 3.9',
2727
'Programming Language :: Python :: 3.10',
28+
'Programming Language :: Python :: 3.11',
2829
'Operating System :: OS Independent',
2930
]
3031

0 commit comments

Comments
 (0)