Skip to content

Commit 695e86e

Browse files
committed
Test under Python 3.13
1 parent f0420d7 commit 695e86e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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:

0 commit comments

Comments
 (0)