File tree 7 files changed +7
-6
lines changed
7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
- uses : actions/checkout@v4
8
8
- uses : actions/setup-python@v5
9
9
with :
10
- python-version : ' 3.12 '
10
+ python-version : ' 3.13 '
11
11
- name : Install dependencies
12
12
run : |
13
13
python3 -m pip install --upgrade pip setuptools
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.8', '3.12 ']
11
+ python-version : ['3.8', '3.13 ']
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 50
50
- release_19.05
51
51
include :
52
52
- os : ubuntu-latest
53
- tox_env : py312
53
+ tox_env : py313
54
54
galaxy_version : dev
55
55
# Cannot test on macOS because service containers are not supported
56
56
# yet: https://github.community/t/github-actions-services-available-on-others-vms/16916
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.8 - 3.12
6
+ - Python 3.8 - 3.13
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
1
### BioBlend v
2
2
3
- * Added support for Galaxy release 24.1.
3
+ * Added support for Python 3.13. Added support for Galaxy release 24.1.
4
4
5
5
### BioBlend v1.3.0 - 2024-05-12
6
6
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.8 - 3.12
18
+ - Python 3.8 - 3.13
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.10
27
27
Programming Language :: Python :: 3.11
28
28
Programming Language :: Python :: 3.12
29
+ Programming Language :: Python :: 3.13
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