Skip to content

Commit

Permalink
dropped py 3.10 from ci matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 12, 2025
1 parent 1c0f42c commit 7f4dc31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testdask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13']
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13']
install: ['wheel']
include:
- os: 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsingularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13']
fail-fast: False

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testslurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.10.9, 3.11.5]
python-version: [3.11.5]
fail-fast: false
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 7f4dc31

Please sign in to comment.