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 7b7b1bf commit d965025Copy full SHA for d965025
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13
- py: ["3.14=dev", "3.14t-dev", "3.13", "3.13t", "3.12", "3.11", "3.10", "3.9", "3.8"]
+ py: ["3.14-dev", "3.14t-dev", "3.13", "3.13t", "3.12", "3.11", "3.10", "3.9", "3.8"]
14
15
runs-on: ${{ matrix.os }}
16
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
0 commit comments