Skip to content

Commit a333c3d

Browse files
authored
Merge pull request #290 from python-openapi/feature/python-3.12-support
Python 3.12 support
2 parents 3787662 + 4d9060b commit a333c3d

File tree

3 files changed

+53
-42
lines changed

3 files changed

+53
-42
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.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1818
os: [windows-latest, ubuntu-latest]
1919
fail-fast: false
2020
steps:

poetry.lock

Lines changed: 51 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
"Programming Language :: Python :: 3.9",
4545
"Programming Language :: Python :: 3.10",
4646
"Programming Language :: Python :: 3.11",
47+
"Programming Language :: Python :: 3.12",
4748
"Topic :: Software Development :: Libraries"
4849
]
4950
include = [

0 commit comments

Comments
 (0)