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

Run tests against Python 3.9 and add trove classifier #522

Merged
merged 2 commits into from
Oct 9, 2020

Conversation

michael-k
Copy link
Contributor

@michael-k michael-k commented Oct 9, 2020

The Python 3.9 jobs on windows currently fails with

ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly

cryptography provides abi3 wheels, but they are only available for cryptography>=3 on windows. Wheels for Python 3 probably won't be available for cryptography < 3. Is removing the upper bound worth investigating?

Update:

I've checked the changelog and gave it a try. All the tests pass with cryptography 3.x.

@auvipy auvipy merged commit 4ed3067 into jpadilla:master Oct 9, 2020
@michael-k michael-k deleted the python3.9 branch October 9, 2020 12:14
@jpadilla jpadilla added this to the v2.0.0 milestone Dec 21, 2020
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.

None yet

3 participants