-
Notifications
You must be signed in to change notification settings - Fork 798
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
Does not install on Python 3.13 #2367
Comments
Ref #2294 (comment) A new release would bring Python 3.13 support for most scenarios. Missing #2311 & #2312 for complete support. But the former is an adodbapi test and the later deals with printing exceptions in asapi. So not the most critical. |
Would also love to see Python 3.13 supported! |
The full release of 3.13.0 final is in a couple of weeks, it would be great to have wheels uploaded before then: https://peps.python.org/pep-0719/ The Release Manager has issued a call to action:
|
Is there anything that interested downstream dependents can do to move this along? |
FWIW, buildbot uses an unmerged PR to test if pywin32 can work on Python 3.13. I guess some more testing will be helpful. |
Was trying to update Plumbum for 3.13 support (release next week!), and this is blocking. |
AFAICT it only needs @mhammond to publish a new release. |
|
Trying to install pywin32 on Python 3.13.0rc1 with pip results in the following error:
Full log, see https://github.com/zhmcclient/python-zhmcclient/actions/runs/10756922763/job/29830348232
I saw issue #2306, but that installs pywin32 from the repo and the symptom is different, so I created this new issue.
The issue could probably be solved by providing download archives on PyPI for Python 3.13, even without solving the other issues (setuptools based install deprecated, install dependency on verstamp).
Expected behavior and actual behavior
pywin32 should install on Python 3.13.0
Steps to reproduce the problem
System information
Python version and distribution: CPython 3.13.0rc1 (Github Actions)
pip version: 24.2
pywin32 version: 306 (latest released version at the time of the issue)
Installed from PyPI or exe installer: PyPI
Windows Version: Microsoft Windows Server 2022 10.0.20348
DLL locations: ? (pywin32 cannot be installed to find out)
The text was updated successfully, but these errors were encountered: