Skip to content

Commit 3e1ba86

Browse files
committed
chore: Support python3.11
1 parent b820cb0 commit 3e1ba86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ classifiers = [
3434
"Programming Language :: Python :: 3.8",
3535
"Programming Language :: Python :: 3.9",
3636
"Programming Language :: Python :: 3.10",
37+
"Programming Language :: Python :: 3.11",
3738
]
3839
dependencies = [
3940
"pydantic>=1.9",
40-
"fastapi-amis-admin>=0.4.0a1,<0.5.0",
41+
"fastapi-amis-admin>=0.4.0,<0.5.0",
4142
"email-validator",
4243
"passlib>=1.7.4",
4344
"bcrypt>=4.0.0",

0 commit comments

Comments
 (0)