From a4cb966f1af30f70cea91736fe3b1aae621bea0c Mon Sep 17 00:00:00 2001 From: voluntas Date: Sun, 25 Feb 2024 17:15:30 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7aab318b..4bae4775 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,11 @@ ## develop +- [FIX] pyproject.toml の `[rye.tool]` virtual = true を削除する + - virtual = true は pip version 24 からはデフォルトが wheel が削除されるようになったための暫定対応だった + - そのために pyproject.toml の `build-system.requires` に wheel と setuptools を指定する + - @zztkm + ## 2024.1.0 **2024-02-20**