Skip to content

Commit

Permalink
chore(pyproject): update python and yadt version requirements
Browse files Browse the repository at this point in the history
- expand python version range to >=3.10,<3.13
- update yadt requirement to >=0.0.1a20, <0.0.2
  • Loading branch information
awwaawwa committed Jan 20, 2025
1 parent c7172c8 commit 28ef263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Latex PDF Translator"
authors = [{ name = "Byaidu", email = "[email protected]" }]
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",
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 28ef263

Please sign in to comment.