File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ jobs:
2525 matrix :
2626 os : [ubuntu] # , mac, windows] # TODO v4: Re-enable windows and mac
2727 test-subfolder : ["/"]
28- python-version : ["3.13 "]
28+ python-version : ["3.12 "]
2929 include :
3030 - os : ubuntu
3131 python-version : " 3.11"
3232 test-subfolder : " /"
33- - os : ubuntu
34- python-version : " 3.12"
35- test-subfolder : " /"
3633 - os : ubuntu
3734 python-version : " 3.12"
3835 test-subfolder : " /v4"
5249 uses : codecov/codecov-action@v5.3.1
5350 env :
5451 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
55- if : matrix.python-version == '3.13'
5652 with :
5753 flags : unit-tests
5854 - name : Upload test results
6864 fail-fast : false
6965 matrix :
7066 os : [ubuntu] # , mac, windows] # TODO v4: Re-enable windows and mac
71- python-version : ["3.13 "]
67+ python-version : ["3.12 "]
7268 include :
7369 - os : ubuntu
7470 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments