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