We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c23ae0 commit 0da3e92Copy full SHA for 0da3e92
pyproject.toml
@@ -45,8 +45,8 @@ dependencies = [
45
'opentype-sanitizer',
46
'vttlib',
47
# pygit2 1.16.0 only supports 3.10+
48
- 'pygit2==1.15.0; python_version < "3.13"',
49
- 'pygit2==1.16.0; python_version >= "3.13"',
+ 'pygit2==1.18.0; python_version < "3.13"',
+ 'pygit2==1.18.0; python_version >= "3.13"',
50
'strictyaml',
51
'fontmake[json]>=3.3.0',
52
'skia-pathops',
0 commit comments