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

[V2] Add Python 3.12 Support #8917

Merged
merged 20 commits into from
Sep 16, 2024
Merged

[V2] Add Python 3.12 Support #8917

merged 20 commits into from
Sep 16, 2024

Conversation

aemous
Copy link
Contributor

@aemous aemous commented Sep 12, 2024

Issue #, if available:

Description of changes:
This PR adds changes needed to support Python version 3.12. A highlight of the changes are:

  • Updating Github workflows to run with Python 3.12.
  • Updating pyproject.toml, tox.ini, and test files to support changes introduced in Python 3.12, and deprecation warnings added in dependencies.
  • Install setuptools in all CI builds with Python 3.12+ where it's no longer included by default (similar to Add support for Python 3.12 #8106).
  • Fixing EKS test suite (similar to Add support for Python 3.12 #8106).
  • Modified botocore smoke test integration test to explicitly ignore a known warning emitted as a result of a dependency calling a deprecated function
  • Updated a botocore unit test suite against Python 3.12's update to BufferedIOBase.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

tests/functional/eks/test_kubeconfig.py Outdated Show resolved Hide resolved
tests/unit/botocore/test_utils.py Outdated Show resolved Hide resolved
Copy link
Contributor

@hssyoo hssyoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants