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

Fix: nexfort 0.1.dev271 does not have cp312 wheels #4

Open
stenreijers opened this issue Sep 12, 2024 · 1 comment
Open

Fix: nexfort 0.1.dev271 does not have cp312 wheels #4

stenreijers opened this issue Sep 12, 2024 · 1 comment

Comments

@stenreijers
Copy link

Expectation

The README states that nexfort should also work for CPython 3.12 (python 3.8~3.12). However the wheels for that do not exist, this is the verbose output of the pip install command:

  Skipping link: none of the wheel's tags (cp310-cp310-manylinux_2_28_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/08/c6/8fa8f4a12da9344bd639d9d84acad097552286f88481291052874f027399/nexfort-0.1.dev271-cp310-cp310-manylinux_2_28_x86_64.whl (from https://pypi.org/simple/nexfort/) (requires-python:>=3.8)
  Skipping link: none of the wheel's tags (cp311-cp311-manylinux_2_28_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bc/04/820361f63be9727d8250a0ebc30eacc24976d0de983e6a81035389e15d87/nexfort-0.1.dev271-cp311-cp311-manylinux_2_28_x86_64.whl (from https://pypi.org/simple/nexfort/) (requires-python:>=3.8)
  Skipping link: none of the wheel's tags (cp38-cp38-manylinux_2_28_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8c/27/b495a3dd96f5454e4a24d2f274e62b213ab582be07c8e82c35435e5b9eed/nexfort-0.1.dev271-cp38-cp38-manylinux_2_28_x86_64.whl (from https://pypi.org/simple/nexfort/) (requires-python:>=3.8)
  Skipping link: none of the wheel's tags (cp39-cp39-manylinux_2_28_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d9/5a/0172d6cda8b09dd075f3c45560d3c361494490e7fe31fa6a41739a42bc05/nexfort-0.1.dev271-cp39-cp39-manylinux_2_28_x86_64.whl (from https://pypi.org/simple/nexfort/) (requires-python:>=3.8)

Solution

Release nexfort with wheels for cp312.

@askmyteapot
Copy link

Still not being released with cp312 wheels...

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

No branches or pull requests

2 participants