Skip to content

Commit aa28934

Browse files
committed
Remove free-threaded support for now
1 parent c82335b commit aa28934

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
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
@@ -53,10 +49,6 @@ jobs:
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
@@ -74,10 +66,6 @@ jobs:
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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ arrow.egg-info/
1818
stochastic_arrow.egg-info/
1919

2020
*.png
21+
22+
.DS_Store

src/stochastic_arrow/arrowhead.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# cython: language_level=3str
2-
# cython: freethreading_compatible = True
32

43
from __future__ import absolute_import, division, print_function
54

0 commit comments

Comments
 (0)