You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Solution
Release nexfort with wheels for cp312.
The text was updated successfully, but these errors were encountered: