From ee80a5e061a61c0ff6d47b7c61ef95d68766b232 Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Tue, 24 Dec 2024 18:54:28 +0100 Subject: [PATCH] cut wrappers version 1.4.8 fixing Windows linking issues --- pyproject.toml | 2 -- releasenotes.rst | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a31915..3d39348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,6 @@ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", diff --git a/releasenotes.rst b/releasenotes.rst index bb0b8b4..61e988c 100644 --- a/releasenotes.rst +++ b/releasenotes.rst @@ -1,10 +1,11 @@ Kiwi Release Notes ================== -Wrappers 1.4.8 | Solver 1.4.2 | unreleased +Wrappers 1.4.8 | Solver 1.4.2 | 24/12/2024 ------------------------------------------ - drop support for Python 3.8 and 3.9 PR #189 - do not link to MSVCP on Windows and drop windows 32 bits support PR #189 +- add support for free-threaded builds on Python 3.13 PR #190 #191 Wrappers 1.4.7 | Solver 1.4.2 | 03/09/2024 ------------------------------------------