File tree Expand file tree Collapse file tree 3 files changed +4
-64
lines changed Expand file tree Collapse file tree 3 files changed +4
-64
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ concurrency:
18
18
jobs :
19
19
package :
20
20
name : Package
21
- runs-on : ubuntu-22 .04
21
+ runs-on : ubuntu-24 .04
22
22
23
23
steps :
24
24
- name : Set up Python
25
25
uses : actions/setup-python@v5
26
26
with :
27
- python-version : ' 3.10 '
27
+ python-version : ' 3.12 '
28
28
29
29
- name : Check Python version
30
30
run : |
Original file line number Diff line number Diff line change 17
17
name : Release
18
18
environment : release
19
19
needs : [ test, package ]
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
22
22
permissions :
23
23
contents : write
Original file line number Diff line number Diff line change @@ -30,70 +30,10 @@ jobs:
30
30
# NOTE: Testing of the Windows targets are currently disabled because
31
31
# the test script is simply not ready for it.
32
32
target :
33
- # Python 3.6
34
- - python : ' 3.6'
35
- os : Linux
36
- builder : ubuntu-20.04
37
- - python : ' 3.6'
38
- os : macOS
39
- builder : macos-13
40
- # - python: '3.6'
41
- # os: Windows
42
- # builder: windows-2019
43
- # Python 3.7
44
- - python : ' 3.7'
45
- os : Linux
46
- builder : ubuntu-20.04
47
- - python : ' 3.7'
48
- os : macOS
49
- builder : macos-12
50
- # - python: '3.7'
51
- # os: Windows
52
- # builder: windows-2019
53
- # Python 3.8
54
- - python : ' 3.8'
55
- os : Linux
56
- builder : ubuntu-20.04
57
- - python : ' 3.8'
58
- os : macOS
59
- builder : macos-13
60
- # - python: '3.8'
61
- # os: Windows
62
- # builder: windows-2019
63
- # Python 3.9
64
- - python : ' 3.9'
65
- os : Linux
66
- builder : ubuntu-20.04
67
- - python : ' 3.9'
68
- os : macOS
69
- builder : macos-13
70
- # - python: '3.9'
71
- # os: Windows
72
- # builder: windows-2019
73
- # Python 3.10
74
- - python : ' 3.10'
75
- os : Linux
76
- builder : ubuntu-22.04
77
- - python : ' 3.10'
78
- os : macOS
79
- builder : macos-14
80
- # - python: '3.10'
81
- # os: Windows
82
- # builder: windows-2022
83
- # Python 3.11
84
- - python : ' 3.11'
85
- os : Linux
86
- builder : ubuntu-22.04
87
- - python : ' 3.11'
88
- os : macOS
89
- builder : macos-14
90
- # - python: '3.11'
91
- # os: Windows
92
- # builder: windows-2022
93
33
# Python 3.12
94
34
- python : ' 3.12'
95
35
os : Linux
96
- builder : ubuntu-22 .04
36
+ builder : ubuntu-24 .04
97
37
- python : ' 3.12'
98
38
os : macOS
99
39
builder : macos-14
You can’t perform that action at this time.
0 commit comments