Skip to content

Commit 40a01f0

Browse files
committed
MAINT: bump minimum required pyproject-metadata version to 0.8.0
1 parent 4482ac7 commit 40a01f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99
'meson >= 0.63.3; python_version < "3.12"',
1010
'meson >= 1.2.3; python_version >= "3.12"',
1111
'packaging >= 19.0',
12-
'pyproject-metadata >= 0.7.1',
12+
'pyproject-metadata >= 0.8.0',
1313
'tomli >= 1.0.0; python_version < "3.11"',
1414
]
1515

@@ -36,7 +36,7 @@ dependencies = [
3636
'meson >= 0.63.3; python_version < "3.12"',
3737
'meson >= 1.2.3; python_version >= "3.12"',
3838
'packaging >= 19.0',
39-
'pyproject-metadata >= 0.7.1',
39+
'pyproject-metadata >= 0.8.0',
4040
'tomli >= 1.0.0; python_version < "3.11"',
4141
]
4242

0 commit comments

Comments
 (0)