diff --git a/NEWS.rst b/NEWS.rst index c9fd0b3..0a865f1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,12 @@ NEWS ==== +Skytools 3.10.0 (2026-06-13) +---------------------------- + +* Support free-threading in Python 3.14 +* Requires Python 3.10+ and setuptools 77+ + Skytools 3.9.2 (2023-08-27) --------------------------- diff --git a/skytools/installer_config.py b/skytools/installer_config.py index 1dd7822..0776aa1 100644 --- a/skytools/installer_config.py +++ b/skytools/installer_config.py @@ -9,7 +9,7 @@ # PEP 440 version: [N!]N(.N)*[{a|b|rc}N][.postN][.devN] -package_version = "3.9.2" +package_version = "3.10.0" skylog = 0