Thanks to visit codestin.com Credit goes to github.com
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 1244413 commit d3f3d52Copy full SHA for d3f3d52
1 file changed
.github/workflows/test.yml
@@ -22,20 +22,16 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest, windows-latest]
25
- python-version: ["3.11", "3.12","3.13", "3.14t"]
+ python-version: ["3.11", "3.12","3.13"]
26
deps: [test_extra]
27
# Test all on ubuntu, test ends on macos
28
include:
29
- os: macos-latest
30
python-version: "3.11"
31
deps: test_extra
32
- # Tests minimal dependencies set
+ # free threaded, not with all dependencies
33
- os: ubuntu-latest
34
- python-version: "3.11"
35
- deps: test
36
- # Tests latest released Python version
37
- - os: ubuntu-latest
38
- python-version: "3.13"
+ python-version: "3.13t"
39
deps: test
40
# Tests latest development Python version
41
0 commit comments