Skip to content

Commit ea8630c

Browse files
committed
WIP5
1 parent 12f41d6 commit ea8630c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-unittest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
# python-version: ["3.10", 3.11, 3.12, 3.13]
9-
python-version: ["3.14"]
8+
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
109
steps:
1110
- uses: actions/checkout@v4
1211
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)