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

Python 3.12 changes #44

Merged
merged 16 commits into from
Jul 21, 2024
Merged

Python 3.12 changes #44

merged 16 commits into from
Jul 21, 2024

Conversation

dholth
Copy link
Owner

@dholth dholth commented Jul 20, 2024

Changes needed for Python 3.12, distutils removal, pkg_resources removal.

Fix #41

enscons/__init__.py Outdated Show resolved Hide resolved
@richardkiss
Copy link
Contributor

richardkiss commented Jul 20, 2024

Does this remove support for python <= 3.10? If so, you might consider adding

[project]
...
requires-python = ">=3.11"

@dholth
Copy link
Owner Author

dholth commented Jul 20, 2024

Does this remove support for python <= 3.10? If so, you might consider adding

[project]
...
requires-python = ">=3.11"

Still works in Python 3.9, 3.10 at least as checked by this workflow by building it with pypy 3.9, 3.10

@dholth dholth merged commit f1d2aba into main Jul 21, 2024
9 checks passed
@dholth dholth deleted the python-3.12 branch July 21, 2024 18: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.

Python 3.12 builds fail because imp has been deprecated and removed
2 participants