Skip to content

Commit 8827d5f

Browse files
authored
Drop 3.9 support (#164)
1 parent c1ef50a commit 8827d5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- ubuntu-latest
2727
- windows-latest
2828
python-version:
29-
- "3.9"
3029
- "3.10"
3130
- "3.11"
3231
- "3.12"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ optional-dependencies = {dev = [
4141
"pdoc3",
4242
]}
4343
readme = "README.md"
44-
requires-python = ">=3.9"
44+
requires-python = ">=3.10"
4545
urls = {Code = """\
4646
https://github.com/paddyroddy/python-template\
4747
""", Documentation = """\
@@ -144,7 +144,6 @@ overrides."tool.ruff.lint.isort.section-order".inline_arrays = false
144144
legacy_tox_ini = """
145145
[gh-actions]
146146
python =
147-
3.9: py39
148147
3.10: py310
149148
3.11: py311
150149
3.12: py312

0 commit comments

Comments
 (0)