Skip to content

Commit 8855332

Browse files
authored
Drop 3.8 since it is EOL (#28)
1 parent a5b5638 commit 8855332

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [macos-latest, ubuntu-latest, windows-latest]
44-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
44+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4545

4646
steps:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ license = { file = "LICENSE" }
2121
authors = [
2222
{ name = "Stefanie Molin", email = "[email protected]" },
2323
]
24-
requires-python = ">=3.8"
24+
requires-python = ">=3.9"
2525
classifiers = [
2626
"Development Status :: 3 - Alpha",
27-
"License :: OSI Approved :: MIT License",
2827
"Programming Language :: Python",
2928
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.8",
3129
"Programming Language :: Python :: 3.9",
3230
"Programming Language :: Python :: 3.10",
3331
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)