Skip to content

Commit d0f748c

Browse files
committed
Test under Python 3.13
1 parent 3e8f65e commit d0f748c

12 files changed

+416
-416
lines changed

.github/workflows/first_startup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ['3.8', '3.12']
26+
python-version: ['3.8', '3.13']
2727
defaults:
2828
run:
2929
shell: bash -l {0}

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ['3.8', '3.12']
25+
python-version: ['3.8', '3.13']
2626
env:
2727
LINT_PATH: 'lib/galaxy/dependencies/pinned-lint-requirements.txt'
2828
TYPE_PATH: 'lib/galaxy/dependencies/pinned-typecheck-requirements.txt'

.github/workflows/lint_openapi_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.8', '3.12']
23+
python-version: ['3.8', '3.13']
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

.github/workflows/osx_startup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ['3.8', '3.12']
24+
python-version: ['3.8', '3.13']
2525
defaults:
2626
run:
2727
shell: bash -l {0}

.github/workflows/reports_startup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ['3.8', '3.12']
21+
python-version: ['3.8', '3.13']
2222
defaults:
2323
run:
2424
shell: bash -l {0}

.github/workflows/test_galaxy_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ['3.8', '3.12']
21+
python-version: ['3.8', '3.13']
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:

.github/workflows/toolshed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ['3.8', '3.12']
24+
python-version: ['3.8', '3.13']
2525
shed-api: ['v1', 'v2']
2626
test-install-client: ['galaxy_api', 'standalone']
2727
services:

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.8', '3.12']
23+
python-version: ['3.8', '3.13']
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 171 additions & 171 deletions
Large diffs are not rendered by default.

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 206 additions & 206 deletions
Large diffs are not rendered by default.
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
--extra-index-url https://wheels.galaxyproject.org/simple
22

3-
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "3.13"
4-
boto3-stubs[s3]==1.34.144 ; python_version >= "3.8" and python_version < "3.13"
5-
botocore-stubs==1.34.144 ; python_version >= "3.8" and python_version < "3.13"
6-
cffi==1.16.0 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy"
7-
cryptography==42.0.8 ; python_version >= "3.8" and python_version < "3.13"
8-
lxml-stubs==0.5.1 ; python_version >= "3.8" and python_version < "3.13"
9-
mypy-boto3-s3==1.34.138 ; python_version >= "3.8" and python_version < "3.13"
10-
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13"
11-
mypy==1.10.1 ; python_version >= "3.8" and python_version < "3.13"
12-
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy"
13-
pydantic-core==2.20.1 ; python_version >= "3.8" and python_version < "3.13"
14-
pydantic==2.8.2 ; python_version >= "3.8" and python_version < "3.13"
3+
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "3.14"
4+
boto3-stubs[s3]==1.34.144 ; python_version >= "3.8" and python_version < "3.14"
5+
botocore-stubs==1.34.144 ; python_version >= "3.8" and python_version < "3.14"
6+
cffi==1.16.0 ; python_version >= "3.8" and python_version < "3.14" and platform_python_implementation != "PyPy"
7+
cryptography==42.0.8 ; python_version >= "3.8" and python_version < "3.14"
8+
lxml-stubs==0.5.1 ; python_version >= "3.8" and python_version < "3.14"
9+
mypy-boto3-s3==1.34.138 ; python_version >= "3.8" and python_version < "3.14"
10+
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.14"
11+
mypy==1.10.1 ; python_version >= "3.8" and python_version < "3.14"
12+
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.14" and platform_python_implementation != "PyPy"
13+
pydantic-core==2.20.1 ; python_version >= "3.8" and python_version < "3.14"
14+
pydantic==2.8.2 ; python_version >= "3.8" and python_version < "3.14"
1515
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
16-
types-awscrt==0.21.0 ; python_version >= "3.8" and python_version < "3.13"
17-
types-bleach==6.1.0.20240331 ; python_version >= "3.8" and python_version < "3.13"
18-
types-boto==2.49.18.20240205 ; python_version >= "3.8" and python_version < "3.13"
19-
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.13"
20-
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.13"
21-
types-docutils==0.21.0.20240711 ; python_version >= "3.8" and python_version < "3.13"
22-
types-html5lib==1.1.11.20240228 ; python_version >= "3.8" and python_version < "3.13"
23-
types-markdown==3.6.0.20240316 ; python_version >= "3.8" and python_version < "3.13"
24-
types-paramiko==3.4.0.20240423 ; python_version >= "3.8" and python_version < "3.13"
25-
types-python-dateutil==2.9.0.20240316 ; python_version >= "3.8" and python_version < "3.13"
26-
types-pyyaml==6.0.12.20240311 ; python_version >= "3.8" and python_version < "3.13"
27-
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.13"
28-
types-s3transfer==0.10.1 ; python_version >= "3.8" and python_version < "3.13"
29-
types-setuptools==71.1.0.20240813 ; python_version >= "3.8" and python_version < "3.13"
30-
types-six==1.16.21.20240513 ; python_version >= "3.8" and python_version < "3.13"
31-
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.13"
32-
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13"
16+
types-awscrt==0.21.0 ; python_version >= "3.8" and python_version < "3.14"
17+
types-bleach==6.1.0.20240331 ; python_version >= "3.8" and python_version < "3.14"
18+
types-boto==2.49.18.20240205 ; python_version >= "3.8" and python_version < "3.14"
19+
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.14"
20+
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.14"
21+
types-docutils==0.21.0.20240711 ; python_version >= "3.8" and python_version < "3.14"
22+
types-html5lib==1.1.11.20240228 ; python_version >= "3.8" and python_version < "3.14"
23+
types-markdown==3.6.0.20240316 ; python_version >= "3.8" and python_version < "3.14"
24+
types-paramiko==3.4.0.20240423 ; python_version >= "3.8" and python_version < "3.14"
25+
types-python-dateutil==2.9.0.20240316 ; python_version >= "3.8" and python_version < "3.14"
26+
types-pyyaml==6.0.12.20240311 ; python_version >= "3.8" and python_version < "3.14"
27+
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.14"
28+
types-s3transfer==0.10.1 ; python_version >= "3.8" and python_version < "3.14"
29+
types-setuptools==71.1.0.20240813 ; python_version >= "3.8" and python_version < "3.14"
30+
types-six==1.16.21.20240513 ; python_version >= "3.8" and python_version < "3.14"
31+
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.14"
32+
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.14"

lib/galaxy/dependencies/update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
set -e
88

9-
SUPPORTED_PYTHON_VERSIONS="3.8 3.9 3.10 3.11 3.12"
10-
NOT_SUPPORTED_NEXT_PYTHON_VERSION="3.13"
9+
SUPPORTED_PYTHON_VERSIONS="3.8 3.9 3.10 3.11 3.12 3.13"
10+
NOT_SUPPORTED_NEXT_PYTHON_VERSION="3.14"
1111

1212
this_directory="$(cd "$(dirname "$0")" > /dev/null && pwd)"
1313

0 commit comments

Comments
 (0)