Skip to content

Commit

Permalink
readthedocs.yml: Update to use Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 25, 2023
1 parent 5b410cb commit c46ad39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Meanwhile, to include the appropriate version of docson JS after you clone this
git submodule init
git submodule update
```
Create a Python Virtual Environment. It should be python3.8 to match our build server.
Create a Python Virtual Environment. It should be python3.9 to match our build server.

python3 -m virtualenv -p python3.8 .ve
python3 -m virtualenv -p python3.9 .ve

(If you don't have python3.8 installed [see here](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa).)
(If you don't have python3.9 installed [see here](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa).)

Activate the virtual environment:

Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ build:
image: latest

python:
version: 3.8
version: 3.9


0 comments on commit c46ad39

Please sign in to comment.