Remove references to Python 3.9

This commit is contained in:
Veronica Berglyd Olsen
2025-01-11 18:53:28 +01:00
parent 859211fb6d
commit 31c58c29d5
7 changed files with 10 additions and 12 deletions
+1 -2
View File
@@ -12,7 +12,6 @@ readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
license = {text = "GNU General Public License v3"}
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
@@ -25,7 +24,7 @@ classifiers = [
"Natural Language :: English",
"Topic :: Text Editors",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"pyqt5>=5.15",
"pyenchant>=3.0.0",