Skip to content

Commit 0773740

Browse files
committed
Add support for Galaxy release 26.0
1 parent da56daa commit 0773740

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
- os: ubuntu-latest
3434
tox_env: py310
3535
galaxy_version: dev
36-
galaxy_python_version: '3.9'
36+
galaxy_python_version: '3.10'
37+
- os: ubuntu-latest
38+
tox_env: py310
39+
galaxy_version: release_26.0
40+
galaxy_python_version: '3.10'
3741
- os: ubuntu-latest
3842
tox_env: py310
3943
galaxy_version: release_25.1
@@ -116,13 +120,13 @@ jobs:
116120
- os: ubuntu-latest
117121
tox_env: py314
118122
galaxy_version: dev
119-
galaxy_python_version: '3.9'
123+
galaxy_python_version: '3.10'
120124
# Cannot test on macOS because service containers are not supported
121125
# yet: https://github.community/t/github-actions-services-available-on-others-vms/16916
122126
# - os: macos-latest
123127
# tox_env: py310
124128
# galaxy_version: dev
125-
# galaxy_python_version: '3.8'
129+
# galaxy_python_version: '3.10'
126130
steps:
127131
- uses: actions/checkout@v6
128132
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## BioBlend v
22

3-
* Dropped support for Python 3.9.
3+
* Dropped support for Python 3.9. Added support for Galaxy release 26.0.
44

55
* Added ``preferred_object_store_id`` parameter to
66
``HistoryClient.update_history()``.

0 commit comments

Comments
 (0)