spulec / freezegun

Let your Python tests travel through time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pypi page for 1.2.2 incorrectly says it still supports Python>=3.6

robvdl opened this issue · comments

Yet the CHANGELOG clearly says 3.6 was dropped in 1.2.2

I see it fixed in master for the 1.3.0 release so it looks like it's going to be fixed in the next release already.

Can probably be closed now, but I would like to make a note that in future a breaking change like dropping a Python version probably shouldn't have been in a 1.2.2 release but a 1.3.0 release.

There are people trying to use semver with Poetry so using something like ~1.2.1 shouldn't have broken if a 1.2.2 release came out, but it did because a Python version was dropped in 1.2.2 when it should have been in 1.3.0 in my mind.