File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 os : ["ubuntu-latest"]
26- python-version : ["3.8 ", "3.12"]
26+ python-version : ["3.9 ", "3.12"]
2727
2828 env :
2929 OS : ${{ matrix.os }}
Original file line number Diff line number Diff line change 33## Unreleased
44- Dependencies: Update to sphinx-design 0.6.0
55 See also [ sphinx-design change log] .
6+ - Remove support for Python 3.7 and 3.8, following ` sphinx-design ` .
67
78[ sphinx-design change log ] : https://sphinx-design.readthedocs.io/en/furo-theme/changelog.html#v0-6-0-2024-05-23
89
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ license = { file = "LICENSE" }
4040authors = [
4141 {
name =
" Andreas Motl" ,
email =
" [email protected] " },
4242]
43- requires-python = " >=3.7 "
43+ requires-python = " >=3.9 "
4444classifiers = [
4545 " Development Status :: 4 - Beta" ,
4646 " Environment :: Plugins" ,
@@ -58,8 +58,6 @@ classifiers = [
5858 " Intended Audience :: Telecommunications Industry" ,
5959 " License :: OSI Approved :: MIT License" ,
6060 " Programming Language :: Python :: 3 :: Only" ,
61- " Programming Language :: Python :: 3.7" ,
62- " Programming Language :: Python :: 3.8" ,
6361 " Programming Language :: Python :: 3.9" ,
6462 " Programming Language :: Python :: 3.10" ,
6563 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments