Skip to content

Commit

Permalink
python: support 3.12, drop 3.7, bump betterproto (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Oct 18, 2023
1 parent 0bad7df commit b9a09cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions gen/pb-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ classifiers = [
"Topic :: Security :: Cryptography",
]
dependencies = [
"betterproto==2.0.0b5",
"betterproto==2.0.0b6",
]
requires-python = ">=3.7"
requires-python = ">=3.8"

[project.urls]
Homepage = "https://pypi.org/project/sigstore-protobuf-specs/"
Expand Down

0 comments on commit b9a09cd

Please sign in to comment.