Skip to content

Commit

Permalink
Use newer version of Python on RTD
Browse files Browse the repository at this point in the history
b/c Django 5.0 isn't compatible with 3.8
  • Loading branch information
atodorov committed Apr 13, 2024
1 parent 23c68a8 commit 5c5d11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
- graphviz
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.11"
jobs:
pre_build:
- GIT_DIR=$(mktemp -d) && git clone --depth 1 https://github.com/kiwitcms/trackers-integration $GIT_DIR && ln -s $GIT_DIR/trackers_integration trackers_integration
Expand Down

0 comments on commit 5c5d11e

Please sign in to comment.