Skip to content

Commit 2e09228

Browse files
committed
fix: Run CI only on v3.14
1 parent 2a1c281 commit 2e09228

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ on:
1010

1111
jobs:
1212
test:
13-
name: Test (Python ${{ matrix.python-version }})
13+
name: Test
1414
runs-on: ubuntu-latest
15-
strategy:
16-
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12"]
1815

1916
steps:
2017
- uses: actions/checkout@v4
2118

2219
- uses: actions/setup-python@v5
2320
with:
24-
python-version: ${{ matrix.python-version }}
21+
python-version: "3.14"
2522

2623
- name: Install dependencies
2724
run: pip install -e ".[dev]"
@@ -46,7 +43,7 @@ jobs:
4643

4744
- uses: actions/setup-python@v5
4845
with:
49-
python-version: "3.11"
46+
python-version: "3.14"
5047

5148
- name: Install build tools
5249
run: pip install build twine

0 commit comments

Comments
 (0)