Skip to content

Commit

Permalink
Add support for Python 3.12 (#427)
Browse files Browse the repository at this point in the history
* PR workflow: run tests on Python 3.12

* pyproject.toml: Update grpcio-tools for Python 3.12 only

* Update poetry.lock
  • Loading branch information
bkeryan authored Oct 5, 2023
1 parent 15d3738 commit f5524d3
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 542 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
# incomplete JUnit XML results.
fail-fast: false
Expand Down
Loading

0 comments on commit f5524d3

Please sign in to comment.