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

Python 3.6 builds fail #4

Open
chrislawlor opened this issue Nov 28, 2021 · 0 comments
Open

Python 3.6 builds fail #4

chrislawlor opened this issue Nov 28, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@chrislawlor
Copy link

Need to spec cryptography<3.4, newer source requires a Rust compiler which is not available on Travis.

Adding this stanza to tox.ini fixes the issue for a generated project:

[testenv:py36]
deps =
    cryptography<3.4
    -r{toxinidir}/requirements_dev.txt
@chrislawlor chrislawlor added bug Something isn't working good first issue Good for newcomers labels Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant