File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 36
36
- ' 3.11'
37
37
- ' 3.10'
38
38
- ' 3.9'
39
- - ' 3.8'
40
39
- pypy3.9
41
40
steps :
42
41
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,15 +18,14 @@ keywords = [
18
18
authors = [
19
19
{ name = " NumFOCUS" },
20
20
]
21
- requires-python = " >=3.8 "
21
+ requires-python = " >=3.9 "
22
22
classifiers = [
23
23
" Framework :: Jupyter" ,
24
24
" Intended Audience :: Developers" ,
25
25
" Intended Audience :: Science/Research" ,
26
26
" License :: OSI Approved :: BSD License" ,
27
27
" Programming Language :: Python" ,
28
28
" Programming Language :: Python :: 3 :: Only" ,
29
- " Programming Language :: Python :: 3.8" ,
30
29
" Programming Language :: Python :: 3.9" ,
31
30
" Programming Language :: Python :: 3.10" ,
32
31
" Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ env_list =
7
7
py311
8
8
py310
9
9
py39
10
- py38
11
10
pypy3
12
11
docs
13
12
pkg_desc
You can’t perform that action at this time.
0 commit comments