From 41aec83a34d2ff75b2fbf622aa63aa18fb62501d Mon Sep 17 00:00:00 2001 From: yusufipk Date: Wed, 5 Aug 2026 15:04:36 +0300 Subject: [PATCH] Say which Python the suite needs A Mac tester ran the suite on the 3.9 that ships with macOS and got 167 errors, all of them TestCase.enterContext, which arrived in 3.11. The workflow already runs 3.11, 3.12 and 3.13; nothing said so out loud. --- README.md | 2 +- README.tr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29ce1b4..1632708 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ missing punctuation), and the result lands in your clipboard and is pasted into whatever window you were typing in. Built for KDE Plasma 6 on Wayland. No dependencies beyond system packages: -just the Python standard library and PyQt6. +just the Python standard library, 3.11 or newer, and PyQt6. *[Türkçe README](README.tr.md)* diff --git a/README.tr.md b/README.tr.md index 38c4639..be08d12 100644 --- a/README.tr.md +++ b/README.tr.md @@ -5,7 +5,7 @@ sonuç panoya kopyalanır ve o an yazdığın pencereye yapıştırılır. KDE Plasma 6 / Wayland için yazıldı. Sistem paketleri dışında bağımlılığı yok: -sadece Python standart kütüphanesi ve PyQt6. +sadece Python standart kütüphanesi (3.11 veya üstü) ve PyQt6. *[English README](README.md)*