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:
26
26
fail-fast : false
27
27
matrix :
28
28
os : ['ubuntu', 'macos', 'windows']
29
- python : ['3.11 ', '3.12 ']
29
+ python : ['3.12 ', '3.13 ']
30
30
tests : ['all']
31
31
editable :
32
32
${{ fromJson(github.event_name == 'pull_request' && '[false]' || '[false, true]') }}
33
33
include :
34
+ # One run for oldest supported Python
35
+ - os : ' ubuntu'
36
+ python : ' 3.11'
37
+ tests : ' all'
38
+ # Test only changed files
34
39
- os : ' ubuntu'
35
40
python : ' 3.12'
36
41
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
41
43
- os : ' ubuntu'
42
44
python : ' 3.12'
43
45
editable : true
44
46
tests : ' all'
45
- - os : windows
46
- python : ' 3.13'
47
- tests : ' all'
48
47
49
48
steps :
50
49
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments