Skip to content

Commit

Permalink
Update readthedocs python to 3.9 and poetry to 1.7.1 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 8, 2024
1 parent acac8ae commit ebebc90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

X.Y.Z (YYYY-MM-DD)
------------------
* Update readthedocs python version to 3.9 and poetry to 1.7.1 (:pr:`303`)
* Re-enable exceptions in multiprocessing test case (:pr:`302`)
* Fix auto-formatted f-strings (:pr:`301`)

Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools: {python: "3.8"}
tools: {python: "3.9"}
jobs:
post_install:
- pip install poetry==1.2.1
- pip install poetry==1.7.1
- poetry config virtualenvs.create false
- poetry install --with docs

Expand Down

0 comments on commit ebebc90

Please sign in to comment.