-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from fonttools/drop-py37
Drop support Python 3.7, run tests on Python 3.11
- Loading branch information
Showing
15 changed files
with
56 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,44 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.11 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements-dev.txt requirements-dev.in | ||
# | ||
attrs==22.1.0 | ||
# via | ||
# -c requirements.txt | ||
# pytest | ||
black==22.1.0 | ||
black==23.11.0 | ||
# via -r requirements-dev.in | ||
click==8.0.3 | ||
click==8.1.7 | ||
# via black | ||
coverage==6.3.1 | ||
coverage==7.3.2 | ||
# via -r requirements-dev.in | ||
flake8==4.0.1 | ||
flake8==6.1.0 | ||
# via -r requirements-dev.in | ||
iniconfig==1.1.1 | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isort==5.10.1 | ||
isort==5.12.0 | ||
# via -r requirements-dev.in | ||
mccabe==0.6.1 | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy==0.931 | ||
mypy==1.7.1 | ||
# via -r requirements-dev.in | ||
mypy-extensions==0.4.3 | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
packaging==21.3 | ||
# via pytest | ||
pathspec==0.9.0 | ||
packaging==23.2 | ||
# via | ||
# black | ||
# pytest | ||
pathspec==0.11.2 | ||
# via black | ||
platformdirs==2.4.1 | ||
platformdirs==4.0.0 | ||
# via black | ||
pluggy==1.0.0 | ||
pluggy==1.3.0 | ||
# via pytest | ||
py==1.11.0 | ||
# via pytest | ||
pycodestyle==2.8.0 | ||
pycodestyle==2.11.1 | ||
# via flake8 | ||
pyflakes==2.4.0 | ||
pyflakes==3.1.0 | ||
# via flake8 | ||
pyparsing==3.0.7 | ||
# via packaging | ||
pytest==7.0.0 | ||
pytest==7.4.3 | ||
# via -r requirements-dev.in | ||
tomli==2.0.0 | ||
# via | ||
# black | ||
# mypy | ||
# pytest | ||
typing-extensions==4.0.1 | ||
typing-extensions==4.8.0 | ||
# via mypy |
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
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
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