Skip to content

Commit 7f4dc31

Browse files
committed
dropped py 3.10 from ci matrices
1 parent 1c0f42c commit 7f4dc31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/testdask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
21-
python-version: ['3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.11', '3.12', '3.13']
2222
fail-fast: false
2323
runs-on: ${{ matrix.os }}
2424

.github/workflows/testpydra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [macos-latest, ubuntu-latest, windows-latest]
53-
python-version: ['3.10', '3.11', '3.12', '3.13']
53+
python-version: ['3.11', '3.12', '3.13']
5454
install: ['wheel']
5555
include:
5656
- os: 'ubuntu-latest'

.github/workflows/testsingularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ['3.10', '3.11', '3.12', '3.13']
19+
python-version: ['3.11', '3.12', '3.13']
2020
fail-fast: False
2121

2222
steps:

.github/workflows/testslurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
python-version: [3.10.9, 3.11.5]
17+
python-version: [3.11.5]
1818
fail-fast: false
1919
runs-on: ubuntu-latest
2020
env:

0 commit comments

Comments
 (0)