Skip to content

Commit 4d48c34

Browse files
authored
Merge pull request #204 from python-openapi/feature/add-python-3-11-support
add python 3.11 support
2 parents c0934b3 + 2a3c3d7 commit 4d48c34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ['3.7', '3.8', '3.9', '3.10']
17+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1818
os: [windows-latest, ubuntu-latest]
1919
fail-fast: false
2020
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ classifiers = [
4040
"Programming Language :: Python :: 3.8",
4141
"Programming Language :: Python :: 3.9",
4242
"Programming Language :: Python :: 3.10",
43+
"Programming Language :: Python :: 3.11",
4344
"Topic :: Software Development :: Libraries"
4445
]
4546
include = [

0 commit comments

Comments
 (0)