Skip to content

Commit

Permalink
Merge pull request #12 from zerlok/feature/support-python-3.13
Browse files Browse the repository at this point in the history
add python 3.13 support
  • Loading branch information
zerlok authored Nov 19, 2024
2 parents 9cf65ef + b986151 commit f232e65
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
protoc-version: [ "26.1" ]
buf-version: [ "1.31.0" ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Downloads](https://img.shields.io/pypi/dm/pyprotostuben.svg)](https://pypistats.org/packages/pyprotostuben)
[![GitHub stars](https://img.shields.io/github/stars/zerlok/pyprotostuben)](https://github.com/zerlok/pyprotostuben/stargazers)

Generates Python MyPy stub modules from protobuf files.
Generate Python MyPy stub modules from protobuf files.

## usage

Expand Down
Loading

0 comments on commit f232e65

Please sign in to comment.