Skip to content

Commit

Permalink
Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Jan 14, 2025
1 parent 97aa027 commit 88f2835
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 253 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
build:
strategy:
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]
include:
- python-version: 3.9
tox-py: py39
- python-version: "3.10"
tox-py: py310
- python-version: "3.11"
tox-py: py311
- python-version: "3.12"
tox-py: py312
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -99,7 +101,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]
it-backend: [local, s3, gcs, minio, azure, azure-hierarchical]
# IBM not included by default due to lite plan quota being easily exceeded
#it-backend: [local, s3, gcs, minio, ibm, azure]
Expand Down Expand Up @@ -185,7 +187,7 @@ jobs:
run: |
poetry install
sudo apt-get remove azure-cli || true
pip install ccm
poetry run pip install git+ssh://[email protected]/riptano/ccm.git
- name: Check if integration tests can run
env:
Expand Down
2 changes: 1 addition & 1 deletion medusa/service/grpc/medusa_pb2.py

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

Loading

0 comments on commit 88f2835

Please sign in to comment.