Thanks for supporting Python 3.14 (#864). However, it seems to be a deliberate decision that Python 3.14 win32 package is dropped (#864 (comment), #888 (comment)):
|
# no more win32 after 3.13? |
This breaks Azure CLI's build process with an embedded Python and PyYAML must be built from source.
Python 3.14 still releases Windows installer (32-bit): https://www.python.org/downloads/release/python-3145/
I am raising this issue to check if this is really a deliberate decision. If so, it is better to document it in CHANGES:
|
7.0.0.dev0 (TBD) |
|
|
|
* TBD |
|
|
|
6.0.2 (2024-08-06) |
|
|
|
* https://github.com/yaml/pyyaml/pull/808 -- Support for Cython 3.x and Python 3.13 |
CHANGES now lacks an entry for 6.0.3.
Thanks for supporting Python 3.14 (#864). However, it seems to be a deliberate decision that Python 3.14 win32 package is dropped (#864 (comment), #888 (comment)):
pyyaml/.github/workflows/ci.yaml
Line 574 in d51d8a1
This breaks Azure CLI's build process with an embedded Python and PyYAML must be built from source.
Python 3.14 still releases Windows installer (32-bit): https://www.python.org/downloads/release/python-3145/
I am raising this issue to check if this is really a deliberate decision. If so, it is better to document it in
CHANGES:pyyaml/CHANGES
Lines 6 to 12 in d51d8a1
CHANGESnow lacks an entry for 6.0.3.