Skip to content

Commit

Permalink
feat(python): allow python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidszotten authored and cpcloud committed Oct 29, 2022
1 parent d1ec8d7 commit 1012243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -120,6 +120,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
buf:
- buf
click-version:
Expand Down Expand Up @@ -181,6 +182,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
buf:
- buf
click-version:
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"
astunparse = { version = ">=1.6.3,<2", python = "<3.9" }
click = ">=7.1.2,<9"
protobuf = ">=3.19.1,<5"
Expand Down

0 comments on commit 1012243

Please sign in to comment.