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

Eliminate deprecation warnings on 3.11 #341

Merged
merged 3 commits into from
Dec 13, 2022
Merged

Eliminate deprecation warnings on 3.11 #341

merged 3 commits into from
Dec 13, 2022

Commits on Dec 13, 2022

  1. pyproject, sigstore: eliminate deprecation warnings on 3.11

    This uses `importlib_resources` as a "polyfill" on older Python
    versions, allowing us to use the new `resources.files()` APIs.
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    6595b06 View commit details
    Browse the repository at this point in the history
  2. test_store: refactor in terms of resources helper

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a55c993 View commit details
    Browse the repository at this point in the history
  3. workflows/ci: explicitly specify Python version

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d686461 View commit details
    Browse the repository at this point in the history