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

Exclude Cassandra for Python 3.12 #38050

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. Exclude Cassandra for Python 3.12

    We need to exclude Cassandra separately, in order to make sure
    that cassandra drivers are not installed in the Python 3.12 image
    when preparing it from the main branch.
    
    Generally speaking the dependencies are cached from the main branch
    when image is built, which means that the resulting image will still
    have cassandra driver even if we remove it in final pyproject.toml.
    
    The way how to get rid of it is two fold:
    
    1) add the exclusion to main
    2) after it is merged, increase the EPOCH number in the Dockerfile.ci
       in the PR that adds Python 3.12 compatibility
    potiuk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4509fb2 View commit details
    Browse the repository at this point in the history