We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f41d6 commit ea8630cCopy full SHA for ea8630c
.github/workflows/run-unittest.yml
@@ -5,8 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- # python-version: ["3.10", 3.11, 3.12, 3.13]
9
- python-version: ["3.14"]
+ python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python ${{ matrix.python-version }}
0 commit comments