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 support #82

Open
enkore opened this issue Jul 23, 2023 · 1 comment
Open

Python 3.12 support #82

enkore opened this issue Jul 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@enkore
Copy link
Member

enkore commented Jul 23, 2023

Some guts cython meddles with changed, so this needs at least a re-cythonize with cython 0.xx, or possibly a port to cython 3.

@kossakmarcin
Copy link

There is problem with installation on the python 3.12.1

issue:
File "/tmp/pip-install-ef0gft19/ssh2-python_55c50b210f2c473a9b2bfb882b0a4743/versioneer.py", line 342, in get_config_from_root
parser = configparser.SafeConfigParser()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
[end of output]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants