Skip to content

Python 3.12 changes#44

Merged
dholth merged 16 commits intomainfrom
python-3.12
Jul 21, 2024
Merged

Python 3.12 changes#44
dholth merged 16 commits intomainfrom
python-3.12

Conversation

@dholth
Copy link
Copy Markdown
Owner

@dholth dholth commented Jul 20, 2024

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

Fix #41

@richardkiss
Copy link
Copy Markdown
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
Copy Markdown
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
@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