Skip to content

Commit

Permalink
update operating system to ubuntu 22.04 and change to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Sep 27, 2024
1 parent f49b44e commit 6aefbf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sphinx:
fail_on_warning: true

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "3.9"
python: "3.10"
apt_packages:
- iputils-ping
- build-essential
Expand All @@ -26,4 +26,3 @@ python:
path: .
extra_requirements:
- docs

0 comments on commit 6aefbf4

Please sign in to comment.