Skip to content

Commit

Permalink
Use Python 3.11 to avoid project analytics issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jul 13, 2024
1 parent fbc0c20 commit 8498973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_external_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.11
- name: Install sphinx Dependencies
run: pip install -r requirements.txt
- name: Test External Links
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'
python: '3.11'

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 8498973

Please sign in to comment.