Skip to content

Commit 5f0ea10

Browse files
committed
👷 test multiple python versions
1 parent 3abba85 commit 5f0ea10

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎.github/workflows/test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v5
14-
with:
15-
python-version: '3.13'
1613
- uses: pre-commit/[email protected]
1714

1815
test:
1916
runs-on: ubuntu-latest
2017
strategy:
2118
matrix:
22-
python-version: ['3.13']
19+
python-version: ['3.10', '3.11', '3.12', '3.13']
2320
steps:
2421
- uses: actions/checkout@v4
2522
- name: Setup uv

0 commit comments

Comments
 (0)