Remove `srcs_version` and `python_version` attributes, as they already default to `"PY3"`

PiperOrigin-RevId: 724122259
This commit is contained in:
Oleh Prypin 2025-02-06 16:50:42 -08:00 committed by Copybara-Service
parent f31e12e63b
commit 82ca526c0c
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ pybind_extension(
py_binary(
name = "run_example",
srcs = ["run_example.py"],
python_version = "PY3",
deps = [
":gemma",
"@python_deps//absl_py",