File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Zappa Changelog
22
3+ ## 0.61.2
4+
5+ * Add support for Python 3.14 runtime (#1398 )
6+ - Updated ` SUPPORTED_VERSIONS ` to include Python 3.14
7+ - Added Python 3.14 to ` get_runtime_from_python_version() `
8+ - Updated CI pipeline to test against Python 3.14
9+ - Added ` test_get_manylinux_python314 ` test case
10+ - Updated documentation and templates to reflect Python 3.14 support
11+ * Fix manylinux wheel matching for PEP 425 sorted platform tags (#1401 )
12+ - Wheel filename matching now supports both sorted (legacy first) and unsorted platform tag orders
13+ - Added ` test_manylinux_wheel_platform_tag_sort_order ` test for tag ordering compatibility
14+
315## 0.61.1
416
517* Add support for nested JSON configurations in ` settings ` command (#1397 )
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ def running_in_docker() -> bool:
3131 )
3232 raise RuntimeError (err_msg )
3333
34- __version__ = "0.61.1 "
34+ __version__ = "0.61.2 "
You can’t perform that action at this time.
0 commit comments