Drop Python 3.8 support
This commit is contained in:
+1
-2
@@ -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.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
@@ -25,7 +24,7 @@ classifiers = [
|
||||
"Natural Language :: English",
|
||||
"Topic :: Text Editors",
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"pyqt5>=5.15",
|
||||
"pyenchant>=3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user