-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update "googlefonts always latest" dependencies
- Loading branch information
1 parent
04e841e
commit d893d2c
Showing
5 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
name = "fontbakery" | ||
dynamic = ["version"] | ||
description = "A font quality assurance tool for everyone" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
readme = { file = "README.md", content-type = "text/markdown" } | ||
authors = [ | ||
{ name = "Chris Simpkins", email = "[email protected]" }, | ||
|
@@ -67,7 +67,7 @@ beautifulsoup4 = [ | |
] | ||
|
||
shaperglot = [ | ||
"shaperglot >= 0.3.0, < 0.6.0", | ||
"shaperglot >= 0.3.0, < 0.7.0", | ||
# versions prior to v0.3.0 had too stric dependency rules | ||
# for other deps such as protobuf, making it harder satisfy all dependencies. | ||
] | ||
|
@@ -76,11 +76,11 @@ shaperglot = [ | |
# always be up-to-date, so we treat any update to these deps the same way we would | ||
# deal with API-breaking updates. Only the latest released version is acceptable: | ||
googlefontsalwayslatest = [ | ||
"axisregistry >= 0.4.10, == 0.4.*", | ||
"gflanguages >= 0.6.2, == 0.6.*", | ||
"axisregistry >= 0.4.11, == 0.4.*", | ||
"gflanguages >= 0.6.4, == 0.6.*", | ||
"gfsubsets >= 2024.5.9", | ||
"glyphsets >= 1.0.0, == 1.*", | ||
"shaperglot >= 0.5.0, == 0.5.*", | ||
"shaperglot >= 0.6.3, == 0.6.*", | ||
] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters