@@ -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 ]
4950dev = [
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]
5455tests = [
@@ -127,11 +128,6 @@ repair-wheel-command = """
127128delocate-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 ]
136132directory = " build/coverage_html_report"
137133
0 commit comments