Drop support for Python 3.10

This commit is contained in:
Veronica Berglyd Olsen
2025-10-22 21:23:57 +02:00
parent 2d7a42d918
commit e676bdc322
4 changed files with 7 additions and 9 deletions
+3 -3
View File
@@ -9,21 +9,21 @@ Build-Depends:
python3-setuptools,
python3-all,
debhelper (>= 9),
python3 (>=3.10),
python3 (>=3.11),
python3-pyqt6 (>= 6.4),
python3-pyqt6.qtsvg (>= 6.4),
python3-enchant (>= 2.0),
qt6-image-formats-plugins (>= 6.4)
Standards-Version: 4.5.1
Homepage: https://novelwriter.io
X-Python3-Version: >= 3.10
X-Python3-Version: >= 3.11
Package: novelwriter
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3 (>=3.10),
python3 (>=3.11),
python3-pyqt6 (>= 6.4),
python3-pyqt6.qtsvg (>= 6.4),
python3-enchant (>= 2.0),