Skip to content

Commit 082d944

Browse files
Add support for Python 3.10
PiperOrigin-RevId: 968146894
1 parent b429740 commit 082d944

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

release/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "cel-expr-python"
1717
# $VERSION is replaced with the desired version in build_wheel.sh.
1818
version = "$VERSION"
1919
description = "The CEL Python runtime"
20-
requires-python = ">=3.11"
20+
requires-python = ">=3.10"
2121
classifiers = [
2222
"Topic :: Software Development :: Interpreters",
2323
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -38,7 +38,8 @@ where = ["."]
3838
exclude = ["codelab*", "conformance*", "custom_ext*", "release*", "testing*", "wheelhouse*"]
3939

4040
[tool.cibuildwheel]
41-
build = "cp311-* cp312-* cp313-* cp314-*"
41+
# build = "cp310-* cp311-* cp312-* cp313-* cp314-*"
42+
build = "cp310-*"
4243
skip = "*musllinux* *win32* *i686*"
4344
test-command = "python {project}/cel_basic_test.py"
4445
build-verbosity = 1

0 commit comments

Comments
 (0)