Skip to content

Conversation

@twaugh
Copy link

@twaugh twaugh commented Apr 12, 2022

The pyproject.toml file specifies "^2019.3" as the version, but pytz does not use semantic versioning. "^1.2.3" allows versions ">=1.2.3 <2.0.0", so for pytz that means ">=2019.3 <2020".

Instead of pinning to releases from a specific year, specify that version as a minimum version instead.

The pyproject.toml file specifies "^2019.3" as the version, but
pytz does not use semantic versioning. "^1.2.3" allows versions
">=1.2.3 <2.0.0", so for pytz that means ">=2019.3 <2020".

Instead of pinning to releases from a specific year, specify
that version as a minimum version instead.

Signed-off-by: Tim Waugh <twaugh@redhat.com>
@twaugh twaugh mentioned this pull request Apr 12, 2022
@ubajze
Copy link

ubajze commented Apr 26, 2022

Any idea when this PR will be merged?

@matt852
Copy link

matt852 commented Jun 8, 2022

@rbw bump please

@failedguidedog
Copy link

+1

2 similar comments
@jonn26
Copy link

jonn26 commented Aug 15, 2022

+1

@Mariushrek
Copy link

+1

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.

6 participants