Trying to install pywin32 on Python 3.13.0rc1 with pip results in the following error:
> pip install pywin32
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
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
- Run "pip install pywin32", on Python 3.13.0-rc1 on Windows
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)
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)