Skip to content

Commit 61c2784

Browse files
committed
Drop support for Python 3.8
1 parent 3976c16 commit 61c2784

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# When updating the minimum Python version here, also update the
5151
# `python_requires` from `setup.cfg`.
5252
# Run on latest minor release of each major python version.
53-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
53+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
5454
tox-env: ['tests']
5555

5656
include:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers = [
1515
"Framework :: Hatch",
1616
"Framework :: Setuptools Plugin",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)