Skip to content

Commit

Permalink
Drop 3.9 support (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 7, 2024
1 parent c1ef50a commit 8827d5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ optional-dependencies = {dev = [
"pdoc3",
]}
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
urls = {Code = """\
https://github.com/paddyroddy/python-template\
""", Documentation = """\
Expand Down Expand Up @@ -144,7 +144,6 @@ overrides."tool.ruff.lint.isort.section-order".inline_arrays = false
legacy_tox_ini = """
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
Expand Down

0 comments on commit 8827d5f

Please sign in to comment.