Skip to content

Commit

Permalink
Bump python version for ReadTheDocs build (#509)
Browse files Browse the repository at this point in the history
* Bump python version for readthedocs build

* Added newsfragment
  • Loading branch information
chrysle committed May 6, 2023
1 parent 4493cce commit a8f4630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ sphinx:
# We don't need PDF and epub for the docs.
formats: []

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
version: "3.8"
system_packages: False
install:
- method: pip
Expand Down
1 change: 1 addition & 0 deletions src/towncrier/newsfragments/509.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the ReadTheDocs build for ``towncrier`` which was broken due to the python version in use being 3.8. Upgrade to 3.11.

0 comments on commit a8f4630

Please sign in to comment.