Skip to content

Commit 1edbabb

Browse files
committed
Test under Python 3.13
1 parent 213ff26 commit 1edbabb

12 files changed

+417
-417
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: 170 additions & 170 deletions
Large diffs are not rendered by default.

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 208 additions & 208 deletions
Large diffs are not rendered by default.
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "3.13"
2-
boto3-stubs[s3]==1.34.122 ; python_version >= "3.8" and python_version < "3.13"
3-
botocore-stubs==1.34.122 ; python_version >= "3.8" and python_version < "3.13"
4-
cffi==1.16.0 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy"
5-
cryptography==42.0.8 ; python_version >= "3.8" and python_version < "3.13"
6-
lxml-stubs==0.5.1 ; python_version >= "3.8" and python_version < "3.13"
7-
mypy-boto3-s3==1.34.120 ; python_version >= "3.8" and python_version < "3.13"
8-
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13"
9-
mypy==1.10.0 ; python_version >= "3.8" and python_version < "3.13"
10-
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.13" and platform_python_implementation != "PyPy"
11-
pydantic-core==2.18.4 ; python_version >= "3.8" and python_version < "3.13"
12-
pydantic==2.7.4 ; python_version >= "3.8" and python_version < "3.13"
1+
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "3.14"
2+
boto3-stubs[s3]==1.34.122 ; python_version >= "3.8" and python_version < "3.14"
3+
botocore-stubs==1.34.122 ; python_version >= "3.8" and python_version < "3.14"
4+
cffi==1.16.0 ; python_version >= "3.8" and python_version < "3.14" and platform_python_implementation != "PyPy"
5+
cryptography==42.0.8 ; python_version >= "3.8" and python_version < "3.14"
6+
lxml-stubs==0.5.1 ; python_version >= "3.8" and python_version < "3.14"
7+
mypy-boto3-s3==1.34.120 ; python_version >= "3.8" and python_version < "3.14"
8+
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.14"
9+
mypy==1.10.0 ; python_version >= "3.8" and python_version < "3.14"
10+
pycparser==2.22 ; python_version >= "3.8" and python_version < "3.14" and platform_python_implementation != "PyPy"
11+
pydantic-core==2.18.4 ; python_version >= "3.8" and python_version < "3.14"
12+
pydantic==2.7.4 ; python_version >= "3.8" and python_version < "3.14"
1313
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
14-
types-awscrt==0.20.11 ; python_version >= "3.8" and python_version < "3.13"
15-
types-bleach==6.1.0.20240331 ; python_version >= "3.8" and python_version < "3.13"
16-
types-boto==2.49.18.20240205 ; python_version >= "3.8" and python_version < "3.13"
17-
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.13"
18-
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.13"
19-
types-docutils==0.21.0.20240423 ; python_version >= "3.8" and python_version < "3.13"
20-
types-html5lib==1.1.11.20240228 ; python_version >= "3.8" and python_version < "3.13"
21-
types-markdown==3.6.0.20240316 ; python_version >= "3.8" and python_version < "3.13"
22-
types-paramiko==3.4.0.20240423 ; python_version >= "3.8" and python_version < "3.13"
23-
types-pkg-resources==0.1.3 ; python_version >= "3.8" and python_version < "3.13"
24-
types-python-dateutil==2.9.0.20240316 ; python_version >= "3.8" and python_version < "3.13"
25-
types-pyyaml==6.0.12.20240311 ; python_version >= "3.8" and python_version < "3.13"
26-
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.13"
27-
types-s3transfer==0.10.1 ; python_version >= "3.8" and python_version < "3.13"
28-
types-six==1.16.21.20240513 ; python_version >= "3.8" and python_version < "3.13"
29-
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.13"
30-
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.13"
14+
types-awscrt==0.20.11 ; python_version >= "3.8" and python_version < "3.14"
15+
types-bleach==6.1.0.20240331 ; python_version >= "3.8" and python_version < "3.14"
16+
types-boto==2.49.18.20240205 ; python_version >= "3.8" and python_version < "3.14"
17+
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.14"
18+
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.14"
19+
types-docutils==0.21.0.20240423 ; python_version >= "3.8" and python_version < "3.14"
20+
types-html5lib==1.1.11.20240228 ; python_version >= "3.8" and python_version < "3.14"
21+
types-markdown==3.6.0.20240316 ; python_version >= "3.8" and python_version < "3.14"
22+
types-paramiko==3.4.0.20240423 ; python_version >= "3.8" and python_version < "3.14"
23+
types-pkg-resources==0.1.3 ; python_version >= "3.8" and python_version < "3.14"
24+
types-python-dateutil==2.9.0.20240316 ; python_version >= "3.8" and python_version < "3.14"
25+
types-pyyaml==6.0.12.20240311 ; python_version >= "3.8" and python_version < "3.14"
26+
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.14"
27+
types-s3transfer==0.10.1 ; python_version >= "3.8" and python_version < "3.14"
28+
types-six==1.16.21.20240513 ; python_version >= "3.8" and python_version < "3.14"
29+
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.14"
30+
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)