Skip to content

Commit fdc3dec

Browse files
committed
reduces python versions for alpha testing
1 parent 7965277 commit fdc3dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
strategy:
2121
matrix:
22-
python: ['3.9', '3.10', "3.11", "3.12", "3.13"]
22+
python: ["3.13"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)