Skip to content

Commit 45d46c7

Browse files
authored
Update pytest.yml
1 parent 84a1e71 commit 45d46c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-22.04, macOS-14, windows-2022 ]
22-
python-version: [ "3.10" ]
22+
python-version: [ "3.10", "3.11", "3.12" ]
2323

2424
steps:
2525
- name: Checkout
@@ -41,4 +41,4 @@ jobs:
4141
run: python -m pip list
4242

4343
- name: Run tests
44-
run: python -m pytest -n logical
44+
run: python -m pytest -n logical

0 commit comments

Comments
 (0)