From a54a32f5fc885d1aa97c3b3df4cb3a321232be82 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Thu, 7 Mar 2024 18:19:24 +0000 Subject: [PATCH] Add support for Galaxy release 24.0 --- .github/workflows/test.yaml | 9 +++++---- CHANGELOG.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b4defd17e..e9c3ba588 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,6 +33,7 @@ jobs: tox_env: [py38] galaxy_version: - dev + - release_24.0 - release_23.2 - release_23.1 - release_23.0 @@ -77,7 +78,7 @@ jobs: id: get_galaxy_python_version run: | case ${{ matrix.galaxy_version }} in - release_19.05 | release_19.09 | release_20.0* ) + release_19.05 | release_19.09 | release_20.0? ) # The minimum Python version supported by the 19.05 and 19.09 # releases is 2.7, but virtualenv dropped support for creating # Python <3.7 environments in v20.22.0 . @@ -87,15 +88,15 @@ jobs: # https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 galaxy_python_version=3.7 ;; - release_21.0* ) + release_21.0? ) # The minimum Python supported version by these releases is 3.6, # but same as above. galaxy_python_version=3.7 ;; - release_22.0* | release_23.* ) + release_22.0? | release_23.? ) galaxy_python_version=3.7 ;; - dev ) + release_24.? | dev ) galaxy_python_version=3.8 ;; esac diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5fc5520..c6986c08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### BioBlend v * Dropped support for Python 3.7. Added support for Python 3.12. Added support - for Galaxy release 23.2. + for Galaxy releases 23.2 and 24.0. * Parameters after ``password`` in the ``__init__()`` method of the ``GalaxyClient``, ``GalaxyInstance`` and ``ToolShedInstance`` classes are now