Skip to content

Commit

Permalink
update the python version number for readthedocs from 3.8 to 3.11 (#376)
Browse files Browse the repository at this point in the history
* update the python version number for readthedocs from 3.8 to 3.11 since `pandas>=2.1` dropped support for python 3.8

* bump version to 2.8.5

* bump version to 2.8.6

---------

Co-authored-by: Will Handley <[email protected]>
  • Loading branch information
lukashergt and williamjameshandley authored Apr 9, 2024
1 parent 081e18a commit 14827ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
anesthetic: nested sampling post-processing
===========================================
:Authors: Will Handley and Lukas Hergt
:Version: 2.8.5
:Version: 2.8.6
:Homepage: https://github.com/handley-lab/anesthetic
:Documentation: http://anesthetic.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion anesthetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.5'
__version__ = '2.8.6'

0 comments on commit 14827ef

Please sign in to comment.