Skip to content

Commit

Permalink
Update RTD config
Browse files Browse the repository at this point in the history
- ubuntu-22.04 → ubuntu-24.04 (latest currently available).
- Python 3.10 → 3.12 (latest currently available).
- Drop pin of plotnine.
  • Loading branch information
khaeru committed Nov 8, 2024
1 parent 9aad007 commit 49d1265
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.10"
jobs:
post_install:
- pip install "plotnine != 0.13.0"
python: "3.12"

python:
install:
Expand Down

0 comments on commit 49d1265

Please sign in to comment.