Hi,

Currently, building a wheel packaging on Python 3.10 fails with:

    AssertionError: would build wheel with unsupported tag ('cp310',
'cp310', 'linux_x86_64')

This bug is discussed in many places:

* 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

Victor

Le mar. 3 nov. 2020 à 18:45, Pablo Galindo Salgado
<pablog...@gmail.com> a écrit :
>
> The engines of the secret release manager machine have finished producing a 
> new pre-release. Go get it here:
>
> https://www.python.org/downloads/release/python-3100a2/
>
> Major new features of the 3.10 series, compared to 3.9
>
> Python 3.10 is still in development. This releasee, 3.10.0a2 is the second of 
> six planned alpha releases. Alpha releases are intended to make it easier to 
> test the current state of new features and bug fixes and to test the release 
> process. During the alpha phase, features may be added up until the start of 
> the beta phase (2021-05-03) and, if necessary, may be modified or deleted up 
> until the release candidate phase (2021-10-04). Please keep in mind that this 
> is a preview release and its use is not recommended for production 
> environments.
>
> Many new features for Python 3.10 are still being planned and written. Among 
> the new major new features and changes so far:
>
> PEP 623 -- Remove wstr from Unicode
> PEP 604 -- Allow writing union types as X | Y
> PEP 612 -- Parameter Specification Variables
> PEP 626 -- Precise line numbers for debugging and other tools.
> (Hey, fellow core developer, if a feature you find important is missing from 
> this list, let Pablo know.)
> The next pre-release of Python 3.10 will be 3.10.0a3, currently scheduled for 
> 2020-12-07.
>
> And now for something completely different
>
> The cardinality (the number of elements) of infinite sets can be one of the 
> most surprising results of set theory. For example, there are the same amount 
> of even natural numbers than natural numbers (which can be even or odd). 
> There is also the same amount of rational numbers than natural numbers. But 
> on the other hand, there are more real numbers between 0 and 1 than natural 
> numbers! All these sets have infinite cardinality but turn out that some of 
> these infinities are bigger than others. These infinite cardinalities 
> normally are represented using aleph numbers. Infinite sets are strange 
> beasts indeed.
>
> Regards from cold London,
> Pablo Galindo Salgado
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at 
> https://mail.python.org/archives/list/python-dev@python.org/message/EYPALIF2V25SI4LBH5THTY2IM4VWDGXJ/
> Code of Conduct: http://python.org/psf/codeofconduct/



-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/VLLHMEGA2TAPJBPZXYZPKL6I2FDRIEAZ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to