File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,24 @@ jobs:
2626 fail-fast : false
2727 matrix :
2828 os : ['ubuntu', 'macos', 'windows']
29- python : ['3.11 ', '3.12 ']
29+ python : ['3.12 ', '3.13 ']
3030 tests : ['all']
3131 editable :
3232 ${{ fromJson(github.event_name == 'pull_request' && '[false]' || '[false, true]') }}
3333 include :
34+ # One run for oldest supported Python
35+ - os : ' ubuntu'
36+ python : ' 3.11'
37+ tests : ' all'
38+ # Test only changed files
3439 - os : ' ubuntu'
3540 python : ' 3.12'
3641 tests : ' new'
37- - os : ' ubuntu'
38- python : ' 3.13'
39- tests : ' all'
40- # one additional editable run in pull_request, this has no effect if not pull_request
42+ # One additional editable run in pull_request, this has no effect if not pull_request
4143 - os : ' ubuntu'
4244 python : ' 3.12'
4345 editable : true
4446 tests : ' all'
45- - os : windows
46- python : ' 3.13'
47- tests : ' all'
4847
4948 steps :
5049 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments