27
27
fail-fast : false
28
28
matrix :
29
29
os : [ubuntu-latest]
30
- cibw_python : ["cp310-*", "cp311-*", "cp312-*"]
30
+ cibw_python : ["cp310-*", "cp311-*", "cp312-*", "cp313-*" ]
31
31
cibw_manylinux : [manylinux2014]
32
32
cibw_arch : ["x86_64"]
33
33
steps :
37
37
- uses : actions/setup-python@v3
38
38
name : Install Python
39
39
with :
40
- python-version : ' 3.10 '
40
+ python-version : ' 3.12 '
41
41
- name : Install cibuildwheel
42
42
run : |
43
43
python -m pip install cibuildwheel
63
63
fail-fast : false
64
64
matrix :
65
65
os : [macos-latest]
66
- cibw_python : ["cp310-*", "cp311-*", "cp312-*"]
66
+ cibw_python : ["cp310-*", "cp311-*", "cp312-*", "cp313-*" ]
67
67
cibw_arch : [ "x86_64", "arm64"] # , "universal2"]
68
68
69
69
steps :
74
74
- uses : actions/setup-python@v3
75
75
name : Install Python
76
76
with :
77
- python-version : ' 3.10 '
77
+ python-version : ' 3.12 '
78
78
79
79
- name : Install cibuildwheel
80
80
run : |
@@ -112,7 +112,7 @@ jobs:
112
112
fail-fast : false
113
113
matrix :
114
114
os : [windows-latest]
115
- cibw_python : ["cp310-*", "cp311-*", "cp312-*"]
115
+ cibw_python : ["cp310-*", "cp311-*", "cp312-*", "cp313-*" ]
116
116
cibw_arch : ["AMD64"]
117
117
118
118
steps :
@@ -123,7 +123,7 @@ jobs:
123
123
- uses : actions/setup-python@v3
124
124
name : Install Python
125
125
with :
126
- python-version : ' 3.10 '
126
+ python-version : ' 3.12 '
127
127
128
128
- name : Install cibuildwheel
129
129
run : |
0 commit comments