Skip to content

Commit

Permalink
bump wgkex to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 2, 2024
1 parent 6b12438 commit 95c0ff9
Show file tree
Hide file tree
Showing 3 changed files with 3,114 additions and 22 deletions.
12 changes: 8 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
bazel_dep(name = "rules_python", version = "0.40.0")
bazel_dep(name = "rules_python", version = "1.0.0-rc2")

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
configure_coverage_tool = True,
python_version = "3.13",
)

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "pip",
python_version = "3.11",
python_version = "3.13",
requirements_lock = "//:requirements_lock.txt",
)

use_repo(pip, "pip")
Loading

0 comments on commit 95c0ff9

Please sign in to comment.