-
Notifications
You must be signed in to change notification settings - Fork 332
New eventlet release 0.34.1 #842
Copy link
Copy link
Closed
Description
As significant steps have been done I'd suggest releasing a new version of eventlet, 0.34.0.
- Drop Python 3.5, 3.6, 3.7 #822
- Python 3.12 fixes by hroncok #817
- tests: Drop unmaintained and unused stdlib tests #820
- Drop older Python versions #827
- Green CI, part 1: Pass tests on Python 3.8 and 3.9 #831
- Green CI, part 2: pass tests on 3.10 and 3.11 #832
- Stop claiming to create universal wheels #841
Why a minor version and not a bug fix version or a major version?
Because support of Python 2.7 have been removed and support of Python 3.12 have been added.
We can consider that backward compatibility is now broken, due to the removing of the support of Python 2.7, usually it would require a major release, but as eventlet is still not considered as stable, higher than version 1.0.0, I won't recommend a major version here.
Also a bug fix version won't reflect the support removal.
So a minor version remain our better option.
Are you ok with that?
If yes, does someone volunteer to create the related tag and run the mechanisms to upload to pypi?
Reactions are currently unavailable