Skip to content

Commit

Permalink
change python version to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxayheee committed Sep 18, 2024
1 parent d935aec commit cc85e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ formats: all
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python: "3"

conda:
environment: build/python/environment.yml

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.10
version: 3
install:
- method: setuptools
path: build/python

0 comments on commit cc85e7d

Please sign in to comment.