Skip to content

Commit 56c7db1

Browse files
committed
retire testing for Python 3.9 and add testing for Python 3.12
1 parent f8b6778 commit 56c7db1

4 files changed

+5
-5
lines changed

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

+1-1
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.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2525
fail-fast: false
2626
name: Linux Python ${{ matrix.python-version }}
2727
steps:

.github/workflows/run-tests.yml

+2-2
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.9", "3.10", "3.11", "3.12"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13"]
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.9", "3.10", "3.11", "3.12"]
45+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4646
fail-fast: false
4747
name: OSX Python ${{ matrix.python-version }}
4848
steps:

.github/workflows/test_s3_minio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: "ubuntu-latest"
2121
strategy:
2222
matrix:
23-
python-version: ["3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2424
fail-fast: false
2525
name: Linux Python ${{ matrix.python-version }}
2626
steps:

.github/workflows/test_s3_remote_reductionist.yml

+1-1
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.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2525
fail-fast: false
2626
name: Linux Python ${{ matrix.python-version }}
2727
steps:

0 commit comments

Comments
 (0)