We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.9
1 parent c1ef50a commit 8827d5fCopy full SHA for 8827d5f
.github/workflows/test.yaml
@@ -26,7 +26,6 @@ jobs:
26
- ubuntu-latest
27
- windows-latest
28
python-version:
29
- - "3.9"
30
- "3.10"
31
- "3.11"
32
- "3.12"
pyproject.toml
@@ -41,7 +41,7 @@ optional-dependencies = {dev = [
41
"pdoc3",
42
]}
43
readme = "README.md"
44
-requires-python = ">=3.9"
+requires-python = ">=3.10"
45
urls = {Code = """\
46
https://github.com/paddyroddy/python-template\
47
""", Documentation = """\
@@ -144,7 +144,6 @@ overrides."tool.ruff.lint.isort.section-order".inline_arrays = false
144
legacy_tox_ini = """
145
[gh-actions]
146
python =
147
- 3.9: py39
148
3.10: py310
149
3.11: py311
150
3.12: py312
0 commit comments