Skip to content

Commit c313211

Browse files
committed
Drop support for Python 3.8
1 parent 94fc781 commit c313211

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515
os: [windows-latest, macos-latest, ubuntu-latest]
1616

1717
steps:

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ keywords = [
1515
license = { text = "MIT" }
1616
maintainers = [ { name = "Hugo van Kemenade" } ]
1717
authors = [ { name = "Jason Moiron", email = "jmoiron@jmoiron.net" } ]
18-
requires-python = ">=3.8"
18+
requires-python = ">=3.9"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Intended Audience :: Developers",
2222
"License :: OSI Approved :: MIT License",
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3 :: Only",
26-
"Programming Language :: Python :: 3.8",
2726
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env_list =
55
docs
66
lint
77
mypy
8-
py{py3, 313, 312, 311, 310, 39, 38}
8+
py{py3, 313, 312, 311, 310, 39}
99

1010
[testenv]
1111
extras =

0 commit comments

Comments
 (0)