Skip to content

Commit 5c1329f

Browse files
committed
use python 3.14 for GHA tests
1 parent 8ca5092 commit 5c1329f

8 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- name: Set up Python 3.13
22+
- name: Set up Python 3.14
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.13"
25+
python-version: "3.14"
2626
- name: Install pep517
2727
run: >-
2828
python -m

.github/workflows/create-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
auto-update-conda: true
2929
activate-environment: activestorage-fromlock
30-
python-version: "3.13"
30+
python-version: "3.14"
3131
miniforge-version: "latest"
3232
use-mamba: true
3333
- name: Show conda config

.github/workflows/install-from-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-latest"
2222
strategy:
2323
matrix:
24-
python-version: ["3.10", "3.11", "3.12", "3.13"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2525
fail-fast: false
2626
name: Linux Python ${{ matrix.python-version }}
2727
steps:

.github/workflows/run-s3-test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-latest"
1616
strategy:
1717
matrix:
18-
python-version: ["3.13"]
18+
python-version: ["3.14"]
1919
fail-fast: false
2020
name: Linux Python ${{ matrix.python-version }}
2121
steps:

.github/workflows/run-test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
strategy:
1515
matrix:
16-
python-version: ["3.13"] # latest only
16+
python-version: ["3.14"] # latest only
1717
fail-fast: false
1818
name: Linux Python ${{ matrix.python-version }}
1919
steps:

.github/workflows/run-tests-condaforge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: "ubuntu-latest"
1818
strategy:
1919
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
fail-fast: false
2222
name: Linux Python ${{ matrix.python-version }}
2323
steps:
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: "macos-latest"
5151
strategy:
5252
matrix:
53-
python-version: ["3.10", "3.11", "3.12", "3.13"]
53+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5454
fail-fast: false
5555
name: OSX Python ${{ matrix.python-version }}
5656
steps:

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: "ubuntu-latest"
1818
strategy:
1919
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
fail-fast: false
2222
name: Linux Python ${{ matrix.python-version }}
2323
steps:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: "macos-latest"
4343
strategy:
4444
matrix:
45-
python-version: ["3.10", "3.11", "3.12", "3.13"]
45+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4646
fail-fast: false
4747
name: OSX Python ${{ matrix.python-version }}
4848
steps:

.github/workflows/test_s3_minio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
strategy:
2121
matrix:
22-
python-version: ["3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2323
fail-fast: false
2424
name: Linux Python ${{ matrix.python-version }}
2525
steps:

0 commit comments

Comments
 (0)