Skip to content

Commit f066a5b

Browse files
committed
Do not test with Python 3.10
1 parent 926399b commit f066a5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/local_examples.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", "3.14"]
22+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2323
steps:
2424
- uses: actions/checkout@v6
2525
- name: Set up Python

.github/workflows/upstream_examples.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", "3.14"]
22+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2323
steps:
2424
- uses: actions/checkout@v6
2525
- name: Checkout upstream PALS repo

0 commit comments

Comments
 (0)