Skip to content

Commit

Permalink
add python 3.11 to workflows (handley-lab#305)
Browse files Browse the repository at this point in the history
* add python 3.11 to workflows

* version bump

* Bumped version

---------

Co-authored-by: Will Handley <[email protected]>
  • Loading branch information
AdamOrmondroyd and williamjameshandley authored Jun 29, 2023
1 parent a5d4620 commit 8456b21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
extras: [true, false]
include:
- os: macos-latest
python-version: '3.10'
python-version: '3.11'
extras: true
- os: windows-latest
python-version: '3.10'
python-version: '3.11'
extras: true

steps:
Expand Down Expand Up @@ -94,12 +94,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
- os: macos-latest
python-version: '3.10'
python-version: '3.11'
- os: windows-latest
python-version: '3.10'
python-version: '3.11'

steps:
- uses: actions/checkout@v3
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.0.0-beta.41
:Version: 2.0.0-beta.42
: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.0.0b41'
__version__ = '2.0.0b42'

0 comments on commit 8456b21

Please sign in to comment.