Skip to content

Commit 78b4af5

Browse files
committed
WIP version
1 parent 64952bb commit 78b4af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-unittest.yml

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

0 commit comments

Comments
 (0)