We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d91c9 commit 694860eCopy full SHA for 694860e
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
9
[project]
10
name = "pymol"
11
readme = "README.md"
12
-version = "3.1.0a0+2"
+version = "3.1.0a0+3"
13
requires-python = ">=3.10"
14
license = {file = "LICENSE"}
15
#description = """
@@ -64,8 +64,8 @@ pymol2 = "modules/pymol2"
64
"pymol/data" = "data"
65
66
[tool.cibuildwheel]
67
-#build = ["cp310-*", "cp311-*", "cp312-*"]
68
-build = ["cp311-*"] # Only for debug purposes
+build = ["cp310-*", "cp311-*", "cp312-*"]
+#build = ["cp311-*"] # Only for debug purposes
69
# Skip 32-bit builds
70
#skip = ["*-win32", "*-manylinux_i686"]
71
skip = ["*-manylinux_i686", "*musllinux*"]
0 commit comments