Skip to content

Commit 8692a20

Browse files
authored
Remove support for Python 3.9 (EOL) (#1093)
1 parent 5dc074f commit 8692a20

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## In development
44

5-
- Remove support for Python 3.9 (EOL) (#1091).
5+
- Remove support for Python 3.9 (EOL) (#1091, #1093).
66
- Add support for Python 3.14 (#1089).
77
- Add support for Django 6.0 (#1088).
88

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Source = "https://github.com/zostera/django-bootstrap3"
4646
fix = false
4747
line-length = 120
4848
src = ["src"]
49-
target-version = "py39"
5049

5150
[tool.ruff.lint]
5251
fixable = [

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requires =
55
envdir = {toxinidir}/.venv
66
args_are_paths = false
77
envlist =
8-
py39-{4.2},
98
py310-{4.2,5.1,5.2},
109
py311-{4.2,5.1,5.2},
1110
py312-{4.2,5.1,5.2,6.0,main},
@@ -17,7 +16,6 @@ envlist =
1716
[testenv]
1817
runner = uv-venv-lock-runner
1918
basepython =
20-
py39: python3.9
2119
py310: python3.10
2220
py311: python3.11
2321
py312: python3.12

0 commit comments

Comments
 (0)