Skip to content

Commit 1fbfee4

Browse files
authored
Drop Python 3.9 support (#604)
* Require Python 3.10+ https://devguide.python.org/versions/ * CI - do not test using Python 3.9 anymore
1 parent d0e6fc6 commit 1fbfee4

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
1919
# https://devguide.python.org/versions/#supported-versions
2020
python-version:
21-
- "3.9"
2221
- "3.10"
2322
- "3.11"
2423
- "3.12"

poetry.lock

Lines changed: 5 additions & 6 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [
1313
]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.9"
16+
python = "^3.10"
1717
sqlparse = ">=0.4.1,<0.6.0"
1818

1919
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)