Skip to content

Commit 31c9cf7

Browse files
committed
chore: Support python3.11.
1 parent 78c2bb1 commit 31c9cf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
21+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"]
2222
fail-fast: false
2323

2424
steps:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
36+
"Programming Language :: Python :: 3.11",
3637
]
3738
dependencies = [
3839
"sqlalchemy",

0 commit comments

Comments
 (0)