Try to make Cthulhu python 3.9 compatible. Fixed keybinding and notifications bugs.

This commit is contained in:
Storm Dragon
2025-12-29 05:17:33 -05:00
parent fee5800220
commit 87786e9c72
34 changed files with 1003 additions and 686 deletions

View File

@@ -7,7 +7,7 @@ name = "cthulhu"
dynamic = ["version"]
description = "Fork of the Orca screen reader"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.9"
license = { text = "LGPL-2.1-or-later" }
dependencies = [
"pygobject>=3.18",