We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
cerberus==1.3.5
~ [ 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?
requires-python = ">PYTHON.VERSION.HERE"
The text was updated successfully, but these errors were encountered:
I'm also running into issues with this on a python 2.7 environment. Following.
Sorry, something went wrong.
No branches or pull requests
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):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?The text was updated successfully, but these errors were encountered: