File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 23
23
os : ubuntu-latest
24
24
- python : ' 3.9'
25
25
os : macos-latest
26
- - python : ' 3.8 '
26
+ - python : ' 3.9 '
27
27
os : windows-latest
28
- - python : ' 3.8 '
28
+ - python : ' 3.9 '
29
29
os : ubuntu-latest
30
30
versions : minimal
31
31
runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ classifiers = [
19
19
" License :: OSI Approved :: MIT License" ,
20
20
" Operating System :: OS Independent" ,
21
21
" Programming Language :: Python" ,
22
- " Programming Language :: Python :: 3.8" ,
23
22
" Programming Language :: Python :: 3.9" ,
24
23
" Programming Language :: Python :: 3.10" ,
25
24
" Programming Language :: Python :: 3.11" ,
@@ -31,7 +30,7 @@ classifiers = [
31
30
" Typing :: Typed" ,
32
31
]
33
32
dynamic = [" version" ]
34
- requires-python = " >=3.8 "
33
+ requires-python = " >=3.9 "
35
34
dependencies = [
36
35
" mkdocs >=1.1.1" ,
37
36
# min "jinja2 >=2.10.1",
You can’t perform that action at this time.
0 commit comments