Skip to content

Commit 09b0917

Browse files
authored
Merge pull request #74 from python-openapi/feature/add-python-3-11-support
add python 3.11 support
2 parents 7e88c92 + 391fadb commit 09b0917

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v2

Diff for: pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ classifiers = [
3939
"Programming Language :: Python :: 3.7",
4040
"Programming Language :: Python :: 3.8",
4141
"Programming Language :: Python :: 3.9",
42+
"Programming Language :: Python :: 3.10",
43+
"Programming Language :: Python :: 3.11",
4244
"Topic :: Software Development :: Libraries"
4345
]
4446
include = [

0 commit comments

Comments
 (0)