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

Remove python 3.5 support; add python 3.8 support #750

Merged
merged 1 commit into from Feb 10, 2021

Conversation

com4
Copy link
Contributor

@com4 com4 commented Feb 8, 2021

  • Python 3.5 has reached end-of-life.
  • Add support for Python 3.8
  • Move dist to bionic (xenial is EOL in April)
  • Upgrade pip in travis.yml's before_install. this should install a wheel
    for pyca/cryptography
  • Install rust for pypy builds. It is a requirement for cryptography as no
    pypy wheels exist.

@com4 com4 force-pushed the remove_py35_support_add_py38 branch from c551fdd to 3f3f3c5 Compare February 8, 2021 21:30
@com4
Copy link
Contributor Author

com4 commented Feb 8, 2021

It looks like the readthedocs build images support python 3.5, 3.6, 3.7, and 3.8 now. I can bump those versions to 3.8 as a part of this pull request if wanted.

https://github.com/readthedocs/readthedocs-docker-images#read-the-docs---docker-images

@com4 com4 force-pushed the remove_py35_support_add_py38 branch 4 times, most recently from 3d5283b to b8223cc Compare February 9, 2021 04:50
Copy link
Contributor

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you check this failing build of pypy3 https://travis-ci.org/github/oauthlib/oauthlib/jobs/758172309 ?

- Python 3.5 has reached end-of-life.
- Add support for Python 3.8
- Move dist to bionic (xenial is EOL in April)
- Upgrade pip in travis.yml's `before_install`. this should install a wheel
  for pyca/cryptography
- Install rust for pypy builds. It is a requirement for cryptography as no
  pypy wheels exist.
@com4
Copy link
Contributor Author

com4 commented Feb 9, 2021

Also, this should fix #743 and replace #735

@auvipy auvipy merged commit 637c894 into oauthlib:master Feb 10, 2021
@auvipy
Copy link
Contributor

auvipy commented Feb 10, 2021

thanks a lot!

@JonathanHuot JonathanHuot added this to the 3.1.1 milestone Feb 25, 2021
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