Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
1. change python version to 3.10
2. change build os to ubuntu 22
  • Loading branch information
chetanyagoyal authored Jun 8, 2024
1 parent 6ab0eff commit e6b3410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ submodules:

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand All @@ -30,3 +30,4 @@ formats: []
python:
install:
- requirements: requirements.txt
- requirements: requirements_dev.txt

0 comments on commit e6b3410

Please sign in to comment.