Skip to content

Commit cca4d7e

Browse files
committed
yaml update
1 parent 44b4a10 commit cca4d7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: Run Python test
1+
name: Run Python tests
22

33
on:
44
push:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
8+
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -29,4 +29,4 @@ jobs:
2929
3030
- name: Run tests
3131
run: |
32-
pytest
32+
pytest

0 commit comments

Comments
 (0)