Skip to content

Commit 49247bc

Browse files
committed
Drop Python 3.9
Goodbye, 3.9
1 parent e20f91a commit 49247bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Test with python ${{ matrix.python-version }} / ${{ matrix.os-version }}
3939
strategy:
4040
matrix:
41-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
41+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4242
os-version: ["ubuntu-latest", "windows-latest"]
4343
exclude:
4444
- os-version: windows-latest

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424
]
2525

2626
[tool.poetry.dependencies]
27-
python = ">=3.9"
27+
python = ">=3.10"
2828
Werkzeug = ">= 2.0.0"
2929

3030

@@ -138,5 +138,5 @@ lint.ignore = [
138138
"UP032",
139139
]
140140
line-length = 120
141-
target-version = "py39"
141+
target-version = "py310"
142142
exclude = ["doc", "example*.py", "tests/examples/*.py"]

0 commit comments

Comments
 (0)