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.11 support #111

Closed
gebau00a opened this issue Oct 24, 2022 · 5 comments
Closed

Python 3.11 support #111

gebau00a opened this issue Oct 24, 2022 · 5 comments

Comments

@gebau00a
Copy link

The latest version to be installed via pip on python 3.11 is 1.5.17
All later version require python < 3.11

ERROR: Ignored the following versions that require a different python version: 1.6.0 Requires-Python >=3.8,<3.11; 1.6.1 Requires-Python >=3.8,<3.11; 1.6.2 Requires-Python >=3.8,<3.11; 1.6.3 Requires-Python >=3.8,<3.11; 1.6.4 Requires-Python >=3.8,<3.11; 1.6.5 Requires-Python >=3.8,<3.11; 1.6.6 Requires-Python >=3.8,<3.11; 1.6.7 Requires-Python >=3.8,<3.11; 1.6.8 Requires-Python >=3.8,<3.11; 1.6.9 Requires-Python >=3.8,<3.11; 1.7.0 Requires-Python >=3.8,<3.11; 1.7.1 Requires-Python >=3.8,<3.11; 1.7.10 Requires-Python >=3.8,<3.11; 1.7.11 Requires-Python >=3.8,<3.11; 1.7.12 Requires-Python >=3.8,<3.11; 1.7.13 Requires-Python >=3.8,<3.11; 1.7.14 Requires-Python >=3.8,<3.11; 1.7.15 Requires-Python >=3.8,<3.11; 1.7.2 Requires-Python >=3.8,<3.11; 1.7.3 Requires-Python >=3.8,<3.11; 1.7.4 Requires-Python >=3.8,<3.11; 1.7.5 Requires-Python >=3.8,<3.11; 1.7.8 Requires-Python >=3.8,<3.11; 1.7.9 Requires-Python >=3.8,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11; 1.8.2 Requires-Python >=3.8,<3.11; 1.8.3 Requires-Python >=3.8,<3.11; 1.8.4 Requires-Python >=3.8,<3.11; 1.8.5 Requires-Python >=3.8,<3.11; 1.8.6 Requires-Python >=3.8,<3.11; 1.9.0 Requires-Python >=3.8,<3.11; 1.9.1 Requires-Python >=3.8,<3.11; 1.9.2 Requires-Python >=3.8,<3.11; 1.9.3 Requires-Python >=3.8,<3.11; 1.9.4 Requires-Python >=3.8,<3.11; 1.9.5 Requires-Python >=3.8,<3.11; 1.9.6 Requires-Python >=3.8,<3.11; 1.9.7 Requires-Python >=3.8,<3.11
ERROR: Could not find a version that satisfies the requirement namer==1.9.7 (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.19, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 1.5.7, 1.5.8, 1.5.9, 1.5.10, 1.5.11, 1.5.12, 1.5.13, 1.5.14, 1.5.15, 1.5.16, 1.5.17)
ERROR: No matching distribution found for namer==1.9.7

I think only pyproject.toml needs to be updated

@DirtyRacer1337
Copy link
Contributor

Right now it's works on mac only

@DirtyRacer1337
Copy link
Contributor

Only windows doesn't supported now, because of lxml, probably it's would be with python 3.11 release
lxml/lxml#355
appveyor/ci#3844

@gebau00a
Copy link
Author

Python 3.11 has been released: https://www.python.org/downloads/release/python-3110/

@4c0d3r
Copy link
Collaborator

4c0d3r commented Oct 25, 2022

https://pypi.org/project/lxml/ is the limiting factor, and this project's goals shouldn't to be on the latest and greatest - especially when pyenv/docker exist. No opposed to upgrading when the pieces are in place, but don't see a need to jump the gun.

@4c0d3r
Copy link
Collaborator

4c0d3r commented Nov 6, 2022

Closed in #113

@4c0d3r 4c0d3r closed this as completed Nov 6, 2022
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 a pull request may close this issue.

3 participants