Skip to content

Commit 90e8ba4

Browse files
committed
ci: simplify to single Python version (3.13)
Made-with: Cursor
1 parent c5852ac commit 90e8ba4

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
python-version: ["3.11", "3.12", "3.13"]
1512

1613
steps:
1714
- uses: actions/checkout@v4
1815

19-
- name: Set up Python ${{ matrix.python-version }}
16+
- name: Set up Python
2017
uses: actions/setup-python@v5
2118
with:
22-
python-version: ${{ matrix.python-version }}
19+
python-version: "3.13"
2320

2421
- name: Install dependencies
2522
run: |

0 commit comments

Comments
 (0)