Skip to content

Commit 666ad89

Browse files
ianthomas23martinRenou
authored andcommitted
Drop support for python 3.8
1 parent c46fe5c commit 666ad89

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- '3.11'
3737
- '3.10'
3838
- '3.9'
39-
- '3.8'
4039
- pypy3.9
4140
steps:
4241
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ keywords = [
1818
authors = [
1919
{ name = "NumFOCUS" },
2020
]
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.9"
2222
classifiers = [
2323
"Framework :: Jupyter",
2424
"Intended Audience :: Developers",
2525
"Intended Audience :: Science/Research",
2626
"License :: OSI Approved :: BSD License",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3 :: Only",
29-
"Programming Language :: Python :: 3.8",
3029
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env_list =
77
py311
88
py310
99
py39
10-
py38
1110
pypy3
1211
docs
1312
pkg_desc

0 commit comments

Comments
 (0)