Skip to content

Commit cb79739

Browse files
changed python versions
1 parent 1669941 commit cb79739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 4
1212
matrix:
1313
os: [ubuntu-latest]
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.10', '3.11', '3.12']
1515

1616
steps:
1717
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Alexandr Zhydyk <zhydykalex@ukr.net>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.12"
9+
python = ">=3.10,<4.0"
1010
fastapi = "^0.115.5"
1111
sqlalchemy = "^2.0.36"
1212
sqlalchemy-to-pydantic = "^0.0.8"

0 commit comments

Comments
 (0)