You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CI workflow fails when running with Python 3.12 due to dependency incompatibilities. This prevents successful builds and testing for Python 3.12 in the GitHub Actions matrix.
Steps to Reproduce:
Run the CI workflow with 3.12 python version added to python-version: [“3.8”, “3.9”, …, "3.12"] in the matrix.
Observe the failure logs indicating dependency issues.
The text was updated successfully, but these errors were encountered:
Description
The CI workflow fails when running with Python 3.12 due to dependency incompatibilities. This prevents successful builds and testing for Python 3.12 in the GitHub Actions matrix.
Steps to Reproduce:
Run the CI workflow with 3.12 python version added to python-version: [“3.8”, “3.9”, …, "3.12"] in the matrix.
Observe the failure logs indicating dependency issues.
The text was updated successfully, but these errors were encountered: