Skip to content

Commit 8bfc9bb

Browse files
committed
fix/tests
1 parent d0b0647 commit 8bfc9bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-latest, windows-latest ]
19-
python-version: [ "3.12" ]
19+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
2020
env:
2121
PYTHONUTF8: "1"
2222
PYTHONPATH: ${{ github.workspace }}/service
23-
2423
steps:
2524
- name: Checkout
2625
uses: actions/checkout@v4

0 commit comments

Comments
 (0)