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 9d74522 commit 7475f69Copy full SHA for 7475f69
1 file changed
.github/workflows/Tests.yaml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [macos-14, windows-2022, ubuntu-24.04]
16
- python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
+ os: [macos-14, macos-15, macos-15-intel, windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
+ python: ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
17
18
steps:
19
- uses: actions/checkout@v5
0 commit comments