We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d2c79 commit 975a2a4Copy full SHA for 975a2a4
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: ["ubuntu-latest", "windows-latest", "windows-11-arm", "macos-latest"]
13
- py: ["3.14", "3.14t", "3.13", "3.12", "3.11", "3.10"]
+ py: ["3.15", "3.15t", "3.14", "3.14t", "3.13", "3.12", "3.11", "3.10"]
14
exclude:
15
- os: windows-11-arm
16
py: "3.10"
0 commit comments