Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml does not specify requires-python #606

Open
AustinShalit opened this issue Aug 14, 2023 · 1 comment
Open

pyproject.toml does not specify requires-python #606

AustinShalit opened this issue Aug 14, 2023 · 1 comment

Comments

@AustinShalit
Copy link

Hi folks,

cerberus==1.3.5 is being published as compatible with Python 2.7 (ignore error below, just using this command to show compatible versions):

~ [ pip install --python-version 27 --no-deps --target test-pkg cerberus==missing                                                            ] 9:12 AM
ERROR: Could not find a version that satisfies the requirement cerberus==missing (from versions: 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5, 0.6, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.9.1, 0.9.2, 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5.dev0, 1.3.5)

but some testing is yielding errors.

Can we please add a requires-python = ">PYTHON.VERSION.HERE" to the pyproject.toml to protect against this and yank 1.3.5 from PyPI?

@lforschler
Copy link

I'm also running into issues with this on a python 2.7 environment. Following.

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

No branches or pull requests

2 participants