File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +15
-6
lines changed
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
12
12
13
13
linux_aarch64_task :
14
14
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
15
+ env :
16
+ CIRRUS_CLONE_SUBMODULES : true
15
17
compute_engine_instance :
16
18
image_project : cirrus-images
17
19
image : family/docker-builder-arm64
@@ -24,14 +26,17 @@ linux_aarch64_task:
24
26
# single task takes longer than 60 mins (the default time limit for a
25
27
# cirrus-ci task).
26
28
- env :
27
- CIRRUS_CLONE_SUBMODULES : true
28
29
CIBW_BUILD : cp310-*
29
30
- env :
30
- CIRRUS_CLONE_SUBMODULES : true
31
31
CIBW_BUILD : cp311-*
32
32
- env :
33
- CIRRUS_CLONE_SUBMODULES : true
34
33
CIBW_BUILD : cp312-*
34
+ - env :
35
+ CIBW_BUILD : cp313-*
36
+ - env :
37
+ CIBW_BUILD : cp313t-*
38
+ CIBW_FREE_THREADED_SUPPORT : 1
39
+ CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
35
40
36
41
initial_setup_script : |
37
42
apt update
@@ -52,17 +57,21 @@ linux_aarch64_task:
52
57
53
58
macosx_arm64_task :
54
59
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
60
+ env :
61
+ CIRRUS_CLONE_SUBMODULES : true
55
62
macos_instance :
56
63
matrix :
57
64
image : ghcr.io/cirruslabs/macos-monterey-xcode
58
65
59
66
matrix :
60
67
- env :
61
- CIRRUS_CLONE_SUBMODULES : true
62
68
CIBW_BUILD : cp310-* cp311
63
69
- env :
64
- CIRRUS_CLONE_SUBMODULES : true
65
- CIBW_BUILD : cp312-*
70
+ CIBW_BUILD : cp312-* cp313-*
71
+ - env :
72
+ CIBW_BUILD : cp313t-*
73
+ CIBW_FREE_THREADED_SUPPORT : 1
74
+ CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
66
75
env :
67
76
PATH : /usr/local/lib:/usr/local/include:$PATH
68
77
CIBW_ARCHS : arm64
You can’t perform that action at this time.
0 commit comments