From 8456b215f89926d19ea02534d95618462626ba83 Mon Sep 17 00:00:00 2001 From: Adam Ormondroyd <52655393+AdamOrmondroyd@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:27:30 +0100 Subject: [PATCH] add python 3.11 to workflows (#305) * add python 3.11 to workflows * version bump * Bumped version --------- Co-authored-by: Will Handley --- .github/workflows/CI.yaml | 12 ++++++------ README.rst | 2 +- anesthetic/_version.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e894344f..e8e79ac0 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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: @@ -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 diff --git a/README.rst b/README.rst index 15021611..b665e913 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/anesthetic/_version.py b/anesthetic/_version.py index a9c286ee..ed813335 100644 --- a/anesthetic/_version.py +++ b/anesthetic/_version.py @@ -1 +1 @@ -__version__ = '2.0.0b41' +__version__ = '2.0.0b42'