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

Fix Python 3.12 compatibility #516

Merged
merged 3 commits into from
Jan 11, 2024
Merged

Conversation

elopez
Copy link
Member

@elopez elopez commented Nov 8, 2023

setuptools is no longer bundled: python/cpython#95299

We can use importlib from the standard library on Python 3.8+ instead. This also adds Python 3.12 into the test matrix to avoid further issues into the future.

setuptools is no longer bundled:

  python/cpython#95299

We can use importlib from the standard library on Python 3.8+ instead.
@0xalpharush
Copy link
Contributor

We should probably ignore the deprecation warning for vyper instead of failing

@github-merge-queue github-merge-queue bot merged commit 7135957 into dev Jan 11, 2024
40 checks passed
@elopez elopez deleted the fix/setuptools-deprecation branch January 11, 2024 20:14
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