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 2323 os : ubuntu-latest
2424 - python : ' 3.9'
2525 os : macos-latest
26- - python : ' 3.8 '
26+ - python : ' 3.9 '
2727 os : windows-latest
28- - python : ' 3.8 '
28+ - python : ' 3.9 '
2929 os : ubuntu-latest
3030 versions : minimal
3131 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ classifiers = [
1919 " License :: OSI Approved :: MIT License" ,
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python" ,
22- " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
@@ -31,7 +30,7 @@ classifiers = [
3130 " Typing :: Typed" ,
3231]
3332dynamic = [" version" ]
34- requires-python = " >=3.8 "
33+ requires-python = " >=3.9 "
3534dependencies = [
3635 " mkdocs >=1.1.1" ,
3736 # min "jinja2 >=2.10.1",
You can’t perform that action at this time.
0 commit comments