Skip to content

Commit

Permalink
MAINT: bump minimum required pyproject-metadata version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Apr 25, 2024
1 parent 2215116 commit 78ed330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [
'meson >= 0.63.3; python_version < "3.12"',
'meson >= 1.2.3; python_version >= "3.12"',
'packaging >= 19.0',
'pyproject-metadata >= 0.7.1',
'pyproject-metadata >= 0.8.0',
'tomli >= 1.0.0; python_version < "3.11"',
]

Expand All @@ -36,7 +36,7 @@ dependencies = [
'meson >= 0.63.3; python_version < "3.12"',
'meson >= 1.2.3; python_version >= "3.12"',
'packaging >= 19.0',
'pyproject-metadata >= 0.7.1',
'pyproject-metadata >= 0.8.0',
'tomli >= 1.0.0; python_version < "3.11"',
]

Expand Down

0 comments on commit 78ed330

Please sign in to comment.