Skip to content

Commit

Permalink
Bump to python 3.11 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki authored Feb 26, 2024
1 parent e8c224d commit 1c779f2
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 220 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Run tests on master and feature branches.
name: Test

on:
pull_request:
branches: main
push:
branches: [ main ]
branches: main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ bazel_dep(name = "rules_python", version = "0.31.0")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
python_version = "3.10",
python_version = "3.11",
)

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
python_version = "3.10",
python_version = "3.11",
requirements_lock = "//src/python:requirements.txt",
)
use_repo(pip, "py_proto_deps")
Expand Down
258 changes: 42 additions & 216 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c779f2

Please sign in to comment.