Skip to content

Commit

Permalink
feat: support Python 3.12 (#380)
Browse files Browse the repository at this point in the history
* feat: bump grpcio and run poetry update

* feat: add python 3.12 to CI workflow
  • Loading branch information
jrriehl authored Jan 10, 2024
1 parent e3b67a9 commit e95c95e
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 584 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,13 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
- if: matrix.os == 'macos-latest' && matrix.python-version == '3.11'
name: Install build tools
run: |
brew install automake
- name: Install dependencies
run: pip install tox==3.25.1
- name: Unit Tests
Expand Down
Loading

0 comments on commit e95c95e

Please sign in to comment.