This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients The Compiler, lukasz.langa, mattip, pablogsal, steve.dower, vstinner
Date 2020-11-04.17:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604509803.26.0.961979309023.issue40747@roundup.psfhosted.org>
In-reply-to
Content
Links about the "AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64')" error:

* PEP 641 -- Using an underscore in the version portion of Python 3.10 compatibility tags
  https://www.python.org/dev/peps/pep-0641/
* PEP 641 discussion:
  https://discuss.python.org/t/pep-641-using-an-underscore-in-the-version-portion-of-python-3-10-compatibility-tags/5513
* CPython PR 20333: "bpo-40747: Make py_version_nodot 3_10 not 310"
  https://github.com/python/cpython/pull/20333
* wheel: "Fails to build wheel for Python 3.10"
  https://github.com/pypa/wheel/issues/354
* python3-setuptools: "python-setuptools fails to build with Python 3.10: AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64')"
https://bugzilla.redhat.com/show_bug.cgi?id=1891840
History
Date User Action Args
2020-11-04 17:10:03vstinnersetrecipients: + vstinner, lukasz.langa, mattip, steve.dower, The Compiler, pablogsal
2020-11-04 17:10:03vstinnersetmessageid: <1604509803.26.0.961979309023.issue40747@roundup.psfhosted.org>
2020-11-04 17:10:03vstinnerlinkissue40747 messages
2020-11-04 17:10:03vstinnercreate