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

Update test suite ready for python 3.12 #26

Merged
merged 2 commits into from
Dec 16, 2023
Merged

Update test suite ready for python 3.12 #26

merged 2 commits into from
Dec 16, 2023

Commits on Dec 14, 2023

  1. Update test suite ready for python 3.12

    Drop support for python 3.8 - it's almost end of life and doesn't
    support importlib.resources.files() - we could use the backport
    importlib_resources module but easier to drop support.
    
    This change will only get merged into 1.29 and beyond - the
    assumption being that anyone who's ready for kubernetes 1.29
    is ready for python 3.9+
    willthames committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    44c0d7d View commit details
    Browse the repository at this point in the history
  2. Restore python 3.8 functionality

    Use the importlib_resources backport.
    
    This allows a fairly seamless python3.12 bump before the 1.29 upgrade
    willthames committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4333147 View commit details
    Browse the repository at this point in the history