Skip to content

Commit 15f03d0

Browse files
committed
MAINT: bump required pyproject-metadata version to 0.8.0rc1 -- DO NOT MERGE
1 parent c9d1c2d commit 15f03d0

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
@@ -8,7 +8,7 @@ backend-path = ['.']
88
requires = [
99
'meson >= 0.63.3; python_version < "3.12"',
1010
'meson >= 1.2.3; python_version >= "3.12"',
11-
'pyproject-metadata >= 0.7.1',
11+
'pyproject-metadata == 0.8.0rc1',
1212
'tomli >= 1.0.0; python_version < "3.11"',
1313
]
1414

@@ -34,7 +34,7 @@ classifiers = [
3434
dependencies = [
3535
'meson >= 0.63.3; python_version < "3.12"',
3636
'meson >= 1.2.3; python_version >= "3.12"',
37-
'pyproject-metadata >= 0.7.1',
37+
'pyproject-metadata == 0.8.0rc1',
3838
'tomli >= 1.0.0; python_version < "3.11"',
3939
]
4040

0 commit comments

Comments
 (0)