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

Bump the ReadTheDocs Python version to 3.8 #496

Merged
merged 1 commit into from Oct 7, 2021

Conversation

DiddiLeija
Copy link
Collaborator

Python 3.9 is not supported yet, and 3.6 could reach its EOL soon.

Python 3.9 is not supported yet, and 3.6 could reach its EOL soon.
@DiddiLeija
Copy link
Collaborator Author

This is a trivial fix, so tell me if this is not necessary :)

Copy link
Collaborator

@cjolowicz cjolowicz left a comment

Choose a reason for hiding this comment

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

Thank you!

@cjolowicz cjolowicz merged commit 39b8dd4 into wntrblm:main Oct 7, 2021
@DiddiLeija DiddiLeija deleted the rtd-3.8 branch October 7, 2021 13:22
@DiddiLeija
Copy link
Collaborator Author

Thank you @cjolowicz!

@stsewd
Copy link
Collaborator

stsewd commented Oct 7, 2021

3.9 and 3.10 (the beta version for now, but it will be updated to the stable release soon) are available using a new spec https://docs.readthedocs.io/en/stable/config-file/v2.html#build-beta-specification, basically

version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3.9"

python:
  install:
    - requirements: requirements-test.txt
    - method: pip
      path: .

@DiddiLeija
Copy link
Collaborator Author

Thanks for the additional information @stsewd!

@DiddiLeija
Copy link
Collaborator Author

I may post a PR with the changes proposed by @stsewd, after the feature stablishes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants