Skip to content

Commit d7c44df

Browse files
authored
Drop Python 3.10 (#718)
1 parent 5d2604a commit d7c44df

13 files changed

Lines changed: 15 additions & 16 deletions

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["ubuntu-latest"]
24-
python-version: ["3.10"]
24+
python-version: ["3.11"]
2525

2626
steps:
2727
- name: Checkout Cubed

.github/workflows/beam-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["ubuntu-latest"]
21-
python-version: ["3.10"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- name: Checkout source

.github/workflows/dask-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["ubuntu-latest"]
21-
python-version: ["3.10"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- name: Checkout source

.github/workflows/jax-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["ubuntu-latest"]
21-
python-version: ["3.10"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- name: Checkout source

.github/workflows/lithops-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: ["ubuntu-latest", "macos-13"]
21-
python-version: ["3.10"]
20+
os: ["ubuntu-latest", "macos-latest"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- name: Checkout source

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515

1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.10'
18+
python-version: '3.11'
1919

2020
- uses: pre-commit/action@v3.0.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v3
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.11"
2727
- name: Install pypa/build
2828
run: >-
2929
python3 -m

.github/workflows/scale-tests.yml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ["ubuntu-latest"]
20-
python-version: ["3.10"]
20+
python-version: ["3.11"]
2121

2222
steps:
2323
- name: Checkout source

.github/workflows/slow-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["ubuntu-latest"]
21-
python-version: ["3.10"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- name: Checkout source

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: ["ubuntu-latest", "macos-13", "windows-latest"]
21-
python-version: ["3.10"]
20+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
21+
python-version: ["3.11"]
2222
include:
2323
- os: "ubuntu-latest"
2424
python-version: "3.12"

0 commit comments

Comments
 (0)