Skip to content

Commit c867819

Browse files
committed
only python3.11 for fast build
1 parent d0106bb commit c867819

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
6060
- name: Build wheels
6161
uses: pypa/cibuildwheel@v3.1.0
62+
env:
63+
CIBW_BUILD: "cp311-*"
6264
with:
6365
output-dir: wheelhouse
6466

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "hello-cpp"
77
version = "0.1.0"
88
description = "Minimal pybind11 hello world module built with CMake."
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.11,<3.12"
1111
license = { text = "MIT" }
1212
authors = [{ name = "Example Author" }]
1313
classifiers = [

0 commit comments

Comments
 (0)