Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure support for Python 3.12 #413

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ jobs:
PYTHON_VERSION: "3.11",
JAVA_TESTS: int-storage }

# Azure does not support Python 3.12 yet, so run integration tests on 3.11
# See https://github.com/aio-libs/multidict/issues/887 (there may be more dependencies affected)
- { SERVICE: storage,
TARGET: azure,
PROTOCOL: BLOB,
Expand All @@ -393,7 +391,6 @@ jobs:
TRAC_CONFIG_FILE: '.github/config/int-storage-azure.yaml',
TRAC_SECRET_KEY: short-lived-secret,
PYTHON_TESTS: int_storage_azure*.py,
PYTHON_VERSION: "3.11",
JAVA_TESTS: int-storage }

uses: ./.github/workflows/integration-cloud.yaml
Expand Down
2 changes: 1 addition & 1 deletion tracdap-runtime/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The TRAC runtime for Python has these requirements:
* PySpark 3.0 up to 3.5 (optional)

3rd party libraries may impose additional constraints on supported versions of Python, Pandas or PySpark.
As of January 2024, the Python libraries for GCP and Azure do not yet support Python 3.12.
As of February 2024, the Python libraries for GCP do not yet support Python 3.12.

## Installing the runtime

Expand Down
Loading