Skip to content

Commit

Permalink
Merge pull request #637 from aiplan4eu/ci-add-python-3-12
Browse files Browse the repository at this point in the history
Add python 3.12 in CI
  • Loading branch information
mikand authored Oct 23, 2024
2 parents f7571ff + 914055b commit 1a359ee
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: ./.github/workflows/test.yml

with:
python-version: "3.10"
python-version: "3.12"

secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

uses: ./.github/workflows/test.yml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:

- name: Install Protobuf compiler
run: |
python3 -m pip install grpcio-tools==1.54.2
python3 -m pip install grpcio-tools==1.66.2
- name: Check Protobuf generation
run: bash scripts/generate_protobuf_bindings.sh
Expand Down
Loading

0 comments on commit 1a359ee

Please sign in to comment.