Przeglądaj źródła

chore(pyproject): update python and yadt version requirements

- expand python version range to >=3.10,<3.13
- update yadt requirement to >=0.0.1a20, <0.0.2
awwaawwa 1 rok temu
rodzic
commit
28ef26384e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      pyproject.toml

+ 2 - 2
pyproject.toml

@@ -5,7 +5,7 @@ description = "Latex PDF Translator"
 authors = [{ name = "Byaidu", email = "byaidux@gmail.com" }]
 license = "AGPL-3.0"
 readme = "README.md"
-requires-python = ">=3.12,<3.13"
+requires-python = ">=3.10,<3.13"
 classifiers = [
     "Programming Language :: Python :: 3",
     "Operating System :: OS Independent",
@@ -33,7 +33,7 @@ dependencies = [
     "peewee>=3.17.8",
     "argostranslate",
     "fontTools",
-    "yadt>=0.0.1a15, <0.0.2",
+    "yadt>=0.0.1a20, <0.0.2",
 ]
 
 [project.optional-dependencies]