Skip to content

Commit 094d279

Browse files
Merge pull request #182 from alexanderjordanbaker/PythonVersion14
Move to latest Python version
2 parents ada5bf9 + c593431 commit 094d279

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-prb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
15+
python: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1616
os: [ ubuntu-latest ]
1717
steps:
1818
- name: Checkout Code

.github/workflows/ci-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v6
1515
with:
16-
python-version: "3.11"
16+
python-version: "3.14"
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.11"
21+
python-version: "3.14"
2222
- name: Install build
2323
run: >-
2424
python3 -m

.github/workflows/ci-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.14"
1919
- name: Install build
2020
run: >-
2121
python3 -m

0 commit comments

Comments
 (0)