FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Only support python versions that receive security updates by Mic92 · Pull Request #580 · html5lib/html5lib-python · GitHub

Only support python versions that receive security updates - #580

Open
Mic92 wants to merge 3 commits into
html5lib:masterfrom
Mic92:python2.7-removal
Open

Only support python versions that receive security updates#580
Mic92 wants to merge 3 commits into
html5lib:masterfrom
Mic92:python2.7-removal

Conversation

Mic92 commented Sep 9, 2024
edited
Loading

Copy link
Copy Markdown

Even debian oldstable has python 3.9. For internet-facing libraries it
is not secure for contributor to install unsupported python versions using C-based xml parser in order to test them.
Reducing the number of python versions will make maintenance and testing easier.

Mic92 force-pushed the python2.7-removal branch from a9ed982 to 4051bf6 Compare September 9, 2024 07:50

Mic92 commented Sep 9, 2024
edited
Loading

Copy link
Copy Markdown
Author

This will than also allow us in a follow up pull request to get rid of six as well as adding typing hints to the API.

Mic92 marked this pull request as ready for review September 9, 2024 07:53
Mic92 changed the title Python2.7 removal Only support python versions that receive security updates Sep 9, 2024
Mic92 force-pushed the python2.7-removal branch from 4051bf6 to 526753b Compare September 9, 2024 07:57
ruff check --target-version py38 --select UP --fix .
Even debian oldstable has python 3.9. For internet-facing libraries it
is not secure for contributor to install unsupported python versions in order to test them.
Reducing the number of python versions will make maintenance and testing easier.
is not secure to contributor to install unsupported python versions in order to test them.
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL