Skip to content

Commit 201eaaa

Browse files
committed
gthub actions test
1 parent c7a9d68 commit 201eaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.13"]
16+
python-version: ["3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/[email protected]
4545
with:
46-
python-version: 3.13
46+
python-version: 3.12
4747

4848
- run: pip install --upgrade setuptools
4949

0 commit comments

Comments
 (0)