Skip to content

Commit 68597d2

Browse files
authored
Update Python versions in GitHub Actions workflow
1 parent 0765b4c commit 68597d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.14"]
2020
os: ["ubuntu-latest"]
2121
include:
22-
- python-version: "3.9"
22+
- python-version: "3.13"
2323
os: "macos-latest"
24-
- python-version: "3.9"
24+
- python-version: "3.13"
2525
os: "windows-latest"
2626

2727
steps:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Python
5757
uses: actions/setup-python@v6
5858
with:
59-
python-version: "3.9"
59+
python-version: "3.13"
6060
- name: Finish coverage collection
6161
run: |
6262
python -m pip install -U pip
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup Python
7575
uses: actions/setup-python@v6
7676
with:
77-
python-version: "3.9"
77+
python-version: "3.13"
7878
- name: Install dependencies
7979
run: |
8080
python -m pip install -U pip
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/setup-python@v6
9292
name: Install Python
9393
with:
94-
python-version: "3.9"
94+
python-version: "3.13"
9595
- name: Build sdist and wheel
9696
run: |
9797
python -m pip install -U pip

0 commit comments

Comments
 (0)