File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - os : windows-latest
3333 python : 313
3434 platform_id : win_amd64
35- - os : windows-latest
36- python : 313t
37- platform_id : win_amd64
38- free_threaded_support : True
3935
4036 # Linux 64 bit manylinux2014
4137 - os : ubuntu-latest
5349 - os : ubuntu-latest
5450 python : 313
5551 platform_id : manylinux_x86_64
56- - os : ubuntu-latest
57- python : 313t
58- platform_id : manylinux_x86_64
59- free_threaded_support : True
6052
6153 # MacOS x86_64
6254 - os : macos-15-intel
7466 - os : macos-15-intel
7567 python : 313
7668 platform_id : macosx_x86_64
77- - os : macos-15-intel
78- python : 313t
79- platform_id : macosx_x86_64
80- free_threaded_support : True
8169
8270 # MacOS arm64
8371 - os : macos-latest
@@ -95,17 +83,12 @@ jobs:
9583 - os : macos-latest
9684 python : 313
9785 platform_id : macosx_arm64
98- - os : macos-latest
99- python : 313t
100- platform_id : macosx_arm64
101- free_threaded_support : True
10286
10387 steps :
10488 - uses : actions/checkout@v4
10589
10690 - name : Build wheels
10791 env :
108- CIBW_FREE_THREADED_SUPPORT : ${{ matrix.free_threaded_support }}
10992 CIBW_BUILD : cp${{ matrix.python }}-${{ matrix.platform_id }}
11093 CIBW_TEST_REQUIRES : pytest psutil
11194 CIBW_TEST_COMMAND : pytest -v {project}/test
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ arrow.egg-info/
1818stochastic_arrow.egg-info /
1919
2020* .png
21+
22+ .DS_Store
Original file line number Diff line number Diff line change 11# cython: language_level=3str
2- # cython: freethreading_compatible = True
32
43from __future__ import absolute_import, division, print_function
54
You can’t perform that action at this time.
0 commit comments