Skip to content

Comments

Support Python 3.12+ in setup.py#481

Merged
jitseniesen merged 1 commit intospyder-ide:masterfrom
s-t-e-v-e-n-k:support-python312-plus
Mar 12, 2025
Merged

Support Python 3.12+ in setup.py#481
jitseniesen merged 1 commit intospyder-ide:masterfrom
s-t-e-v-e-n-k:support-python312-plus

Conversation

@s-t-e-v-e-n-k
Copy link
Contributor

Python 3.12 removed the distutils module, and Python 3.13 removed the pipes module. Replace usage of both with either their documented replacements, or in the case of distutils, just use logging directly.

Python 3.12 removed the distutils module, and Python 3.13 removed the
pipes module. Replace usage of both with either their documented
replacements, or in the case of distutils, just use logging directly.
@jitseniesen jitseniesen self-assigned this Mar 10, 2025
@jitseniesen
Copy link
Member

Thanks for opening the pull request, I don't see any issues with it at first sight.

@jitseniesen jitseniesen added the type:Task Maintenance, upkeep label Mar 10, 2025
@jitseniesen jitseniesen added this to the v0.6.2 milestone Mar 10, 2025
@jitseniesen
Copy link
Member

Looking good, so merging. Thanks again.

@jitseniesen jitseniesen merged commit 89cfbe2 into spyder-ide:master Mar 12, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:Task Maintenance, upkeep

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants