Skip to content

Commit c9ba999

Browse files
Bump cibuildwheel to 3.2.1 (#13)
Includes pypa/cibuildwheel#2613
1 parent a66437e commit c9ba999

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
"Topic :: Software Development :: Build Tools",
3132
"Topic :: Software Development :: Libraries :: Python Modules",
3233
"Topic :: System :: Software Distribution",
@@ -48,7 +49,7 @@ requires-python = ">=3.9"
4849
[project.optional-dependencies]
4950
dev = [
5051
"bump-my-version==1.2.4",
51-
"cibuildwheel==3.2.0",
52+
"cibuildwheel==3.2.1",
5253
"pre-commit==4.3.0", # python_version >= 3.9
5354
]
5455
tests = [
@@ -127,11 +128,6 @@ repair-wheel-command = """
127128
delocate-wheel --require-archs {delocate_archs} -L bases/lib -w {dest_dir} {wheel}
128129
"""
129130

130-
[[tool.cibuildwheel.overrides]]
131-
select = "cp314*-macosx_universal2"
132-
inherit.environment="append"
133-
environment = {MACOSX_DEPLOYMENT_TARGET="10.15"}
134-
135131
[tool.coverage.html]
136132
directory = "build/coverage_html_report"
137133

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
bump-my-version==1.2.4
2-
cibuildwheel==3.2.0
2+
cibuildwheel==3.2.1
33
pre-commit==4.3.0

0 commit comments

Comments
 (0)