Skip to content

Commit 9ebb387

Browse files
authored
BLD: remove deprecated option cpython-freethreading (pandas-dev#65216)
1 parent a516184 commit 9ebb387

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- [macos-15, macosx_arm64]
9898
- [windows-2025, win_amd64]
9999
- [windows-11-arm, win_arm64]
100-
python: [["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"], ["cp314", "3.14"], ["cp314t", "3.14"]]
100+
python: [["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp314", "3.14"], ["cp314t", "3.14"]]
101101
include:
102102
- buildplat: [ubuntu-24.04, pyodide_wasm32]
103103
python: ["cp312", "3.12"]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ test-command = """
167167
pd.test(extra_args=["-m not clipboard and not single_cpu and not slow and not network and not db", "--numprocesses=2", "--dist=worksteal", "--no-strict-data-files"]); \
168168
pd.test(extra_args=["-m not clipboard and single_cpu and not slow and not network and not db", "--no-strict-data-files"]);' \
169169
"""
170-
enable = ["cpython-freethreading"]
171170

172171
[tool.cibuildwheel.windows]
173172
environment = {}

0 commit comments

Comments
 (0)