-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from kurtmckee/rm-py38
Drop Python 3.8 support
- Loading branch information
Showing
17 changed files
with
70 additions
and
944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ htmlcov/ | |
.coverage* | ||
.idea/ | ||
.venv/ | ||
/poetry.lock | ||
poetry.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Python support | ||
-------------- | ||
|
||
* Drop Python 3.8 support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
package-mode = false | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8" | ||
python = ">=3.9" | ||
sphinx = "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
alabaster==0.7.13 ; python_version >= "3.8" | ||
babel==2.15.0 ; python_version >= "3.8" | ||
certifi==2024.7.4 ; python_version >= "3.8" | ||
charset-normalizer==3.3.2 ; python_version >= "3.8" | ||
colorama==0.4.6 ; python_version >= "3.8" and sys_platform == "win32" | ||
docutils==0.20.1 ; python_version >= "3.8" | ||
idna==3.7 ; python_version >= "3.8" | ||
imagesize==1.4.1 ; python_version >= "3.8" | ||
importlib-metadata==8.2.0 ; python_version < "3.10" and python_version >= "3.8" | ||
jinja2==3.1.4 ; python_version >= "3.8" | ||
markupsafe==2.1.5 ; python_version >= "3.8" | ||
packaging==24.1 ; python_version >= "3.8" | ||
pygments==2.18.0 ; python_version >= "3.8" | ||
pytz==2024.1 ; python_version < "3.9" and python_version >= "3.8" | ||
requests==2.32.3 ; python_version >= "3.8" | ||
snowballstemmer==2.2.0 ; python_version >= "3.8" | ||
sphinx==7.1.2 ; python_version >= "3.8" | ||
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.8" | ||
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.8" | ||
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.8" | ||
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.8" | ||
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.8" | ||
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.8" | ||
urllib3==2.2.2 ; python_version >= "3.8" | ||
zipp==3.19.2 ; python_version < "3.10" and python_version >= "3.8" | ||
alabaster==0.7.16 ; python_version >= "3.9" | ||
babel==2.16.0 ; python_version >= "3.9" | ||
certifi==2024.7.4 ; python_version >= "3.9" | ||
charset-normalizer==3.3.2 ; python_version >= "3.9" | ||
colorama==0.4.6 ; python_version >= "3.9" and sys_platform == "win32" | ||
docutils==0.21.2 ; python_version >= "3.9" | ||
idna==3.7 ; python_version >= "3.9" | ||
imagesize==1.4.1 ; python_version >= "3.9" | ||
importlib-metadata==8.2.0 ; python_version < "3.10" and python_version >= "3.9" | ||
jinja2==3.1.4 ; python_version >= "3.9" | ||
markupsafe==2.1.5 ; python_version >= "3.9" | ||
packaging==24.1 ; python_version >= "3.9" | ||
pygments==2.18.0 ; python_version >= "3.9" | ||
requests==2.32.3 ; python_version >= "3.9" | ||
snowballstemmer==2.2.0 ; python_version >= "3.9" | ||
sphinx==7.4.7 ; python_version >= "3.9" | ||
sphinxcontrib-applehelp==2.0.0 ; python_version >= "3.9" | ||
sphinxcontrib-devhelp==2.0.0 ; python_version >= "3.9" | ||
sphinxcontrib-htmlhelp==2.1.0 ; python_version >= "3.9" | ||
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.9" | ||
sphinxcontrib-qthelp==2.0.0 ; python_version >= "3.9" | ||
sphinxcontrib-serializinghtml==2.0.0 ; python_version >= "3.9" | ||
tomli==2.0.1 ; python_version < "3.11" and python_version >= "3.9" | ||
urllib3==2.2.2 ; python_version >= "3.9" | ||
zipp==3.19.2 ; python_version < "3.10" and python_version >= "3.9" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
lxml-stubs==0.5.1 ; python_version >= "3.8" | ||
mypy-extensions==1.0.0 ; python_version >= "3.8" | ||
mypy==1.11.0 ; python_version >= "3.8" | ||
tomli==2.0.1 ; python_version < "3.11" and python_version >= "3.8" | ||
types-requests==2.32.0.20240712 ; python_version >= "3.8" | ||
types-toml==0.10.8.20240310 ; python_version >= "3.8" | ||
typing-extensions==4.12.2 ; python_version >= "3.8" | ||
urllib3==2.2.2 ; python_version >= "3.8" | ||
lxml-stubs==0.5.1 ; python_version >= "3.9" | ||
mypy-extensions==1.0.0 ; python_version >= "3.9" | ||
mypy==1.11.1 ; python_version >= "3.9" | ||
tomli==2.0.1 ; python_version < "3.11" and python_version >= "3.9" | ||
types-requests==2.32.0.20240712 ; python_version >= "3.9" | ||
types-toml==0.10.8.20240310 ; python_version >= "3.9" | ||
typing-extensions==4.12.2 ; python_version >= "3.9" | ||
urllib3==2.2.2 ; python_version >= "3.9" |
Oops, something went wrong.