mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-11 10:56:10 +00:00
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.
This commit is contained in:
@@ -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)*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user