Skip to content

Commit 15b9089

Browse files
committed
Drop Python 3.8
1 parent d7a4692 commit 15b9089

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version:
16-
- "3.8"
1716
- "3.9"
1817
- "3.10"
1918
- "3.11"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
keywords = ["clean", "fix", "automatic", "unused", "import"]
1818
urls = { Homepage = "https://www.github.com/PyCQA/autoflake" }
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.9"
2020
dependencies = ["pyflakes>=3.0.0", "tomli>=2.0.1;python_version<'3.11'"]
2121
dynamic = ["version"]
2222

0 commit comments

Comments
 (0)