Skip to content

Commit 2adc083

Browse files
committed
Use latest OS and Python on readthedocs
1 parent 3ec34fe commit 2adc083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: 2
22

33
# Set the OS, Python version and other tools you might need
44
build:
5-
os: ubuntu-22.04
5+
os: ubuntu-lts-latest
66
tools:
7-
python: "3.11"
7+
python: latest
88
apt_packages:
99
- graphviz
1010

0 commit comments

Comments
 (0)