Skip to content

Commit

Permalink
docs: update readthedocs build file
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed Dec 21, 2024
1 parent b48ac26 commit 81459d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.10"
python: "3.13"
jobs:
post_install:
- pip install poetry==1.3.1
- pip install poetry==1.8.5
- poetry config virtualenvs.create false
- poetry install --with dev

Expand Down

0 comments on commit 81459d8

Please sign in to comment.