Skip to content

Commit 750a189

Browse files
committed
Require Python 3.9 or later now that Python 3.8 is EOL.
1 parent e61a9df commit 750a189

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ jobs:
3535
# https://blog.jaraco.com/efficient-use-of-ci-resources/
3636
matrix:
3737
python:
38-
- "3.8"
38+
- "3.9"
3939
- "3.13"
4040
platform:
4141
- ubuntu-latest
4242
- macos-latest
4343
- windows-latest
4444
include:
45-
- python: "3.9"
46-
platform: ubuntu-latest
4745
- python: "3.10"
4846
platform: ubuntu-latest
4947
- python: "3.11"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3 :: Only",
1818
]
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.9"
2020
dependencies = [
2121
]
2222
dynamic = ["version"]

0 commit comments

Comments
 (0)