You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, remove everything related to Python 2.7 & 3.4 and
add missing 3.8 & 3.9:
* Raise version to 2.99.99 (to indicate that it's different from 2.10.0)
* Prepare (empty) CHANGELOG for 2.99.99
* Correct Trove categories and python_requires in setup.py
* Adapt tox.ini & .travis.yml: remove old stuff, add missing (see above)
* Adapt semver.py
- Remove if clause for cmp
- Don't check for `__name__`, use `__qualname__` instead
- Use yield from ... (for loop is not necessary anymore)
0 commit comments