We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f15579 commit 6b8ec4eCopy full SHA for 6b8ec4e
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ${{ matrix.os }}
31
strategy:
32
matrix:
33
- python-version: ["3.7.17", "3.8.18", "3.9.25", "3.10.20", "3.11.15", "3.12.13", "3.13.12", "3.14.3"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
34
os: [macos-26-intel]
35
env:
36
TERM: xterm-color
0 commit comments