-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
As announced, after 4.2.2 I no longer see maintaining python < 3.7 support as necessary. So the door is open to dropping support.
Practically, I think "dropping support" would need to include at least:
- Adjust package meta-data
python_requires=insetup.pySomething inpyproject.toml?
- Remove GHA jobs
- Update
documentation/building.rst
It seems best to do this as a separate PR.
And be followed up by some cleanup:
- Remove
unicode = str - Audit
sys.version_infotests - Audit
ImportError - Collapse
asynciotest.pyintotest_asyncio.py - Audit
__del__ language_levelin cythonfrom __future__ import print_function- ... and probably more
Reactions are currently unavailable