File tree Expand file tree Collapse file tree 6 files changed +11
-4
lines changed Expand file tree Collapse file tree 6 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- python-version : ['3.9', '3.13 ']
11
+ python-version : ['3.9', '3.14 ']
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ${{ matrix.python-version }}
17
+ allow-prereleases : true
17
18
- name : Install tox
18
19
run : python -m pip install 'tox>=1.8.0'
19
20
- name : Lint
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
galaxy_version : release_19.05
111
111
galaxy_python_version : ' 3.7'
112
112
- os : ubuntu-latest
113
- tox_env : py313
113
+ tox_env : py314
114
114
galaxy_version : dev
115
115
galaxy_python_version : ' 3.9'
116
116
# Cannot test on macOS because service containers are not supported
@@ -133,6 +133,7 @@ jobs:
133
133
uses : actions/setup-python@v5
134
134
with :
135
135
python-version : ${{ steps.get_bioblend_python_version.outputs.bioblend_python_version }}
136
+ allow-prereleases : true
136
137
- name : Install tox
137
138
run : |
138
139
python3 -m pip install --upgrade pip setuptools
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ interacting with the `Galaxy`_ API.
3
3
4
4
BioBlend is supported and tested on:
5
5
6
- - Python 3.9 - 3.13
6
+ - Python 3.9 - 3.14
7
7
- Galaxy release 19.05 and later.
8
8
9
9
BioBlend's goal is to make it easier to script and automate the running of
Original file line number Diff line number Diff line change
1
+ ## BioBlend v
2
+
3
+ * Added support for Python 3.14.
4
+
1
5
## BioBlend v1.6.0 - 2025-06-18
2
6
3
7
* Added support for Galaxy release 25.0.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ BioBlend is a Python library for interacting with the `Galaxy`_ API.
15
15
16
16
BioBlend is supported and tested on:
17
17
18
- - Python 3.9 - 3.13
18
+ - Python 3.9 - 3.14
19
19
- Galaxy release 19.05 and later.
20
20
21
21
Full docs are available at https://bioblend.readthedocs.io/ with a quick library
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers =
26
26
Programming Language :: Python :: 3.11
27
27
Programming Language :: Python :: 3.12
28
28
Programming Language :: Python :: 3.13
29
+ Programming Language :: Python :: 3.14
29
30
Topic :: Scientific/Engineering :: Bio-Informatics
30
31
Typing :: Typed
31
32
description = Library for interacting with the Galaxy API
You can’t perform that action at this time.
0 commit comments