Skip to content

Commit 694860e

Browse files
committed
Bump version to 3.1.0a0+3 and update build configuration for cibuildwheel
1 parent 96d91c9 commit 694860e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
99
[project]
1010
name = "pymol"
1111
readme = "README.md"
12-
version = "3.1.0a0+2"
12+
version = "3.1.0a0+3"
1313
requires-python = ">=3.10"
1414
license = {file = "LICENSE"}
1515
#description = """
@@ -64,8 +64,8 @@ pymol2 = "modules/pymol2"
6464
"pymol/data" = "data"
6565

6666
[tool.cibuildwheel]
67-
#build = ["cp310-*", "cp311-*", "cp312-*"]
68-
build = ["cp311-*"] # Only for debug purposes
67+
build = ["cp310-*", "cp311-*", "cp312-*"]
68+
#build = ["cp311-*"] # Only for debug purposes
6969
# Skip 32-bit builds
7070
#skip = ["*-win32", "*-manylinux_i686"]
7171
skip = ["*-manylinux_i686", "*musllinux*"]

0 commit comments

Comments
 (0)