Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Oct 5, 2023
1 parent 6c45680 commit 561d7ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
build-backend = 'mesonpy'
backend-path = ['.']
requires = [
'meson >= 0.63.3; python_version < "3.12"',
'meson >= 1.2.3; python_version >= "3.12"',
# 'meson >= 0.63.3; python_version < "3.12"',
# 'meson >= 1.2.3; python_version >= "3.12"',
'meson >= 0.63.3',
'setuptools >= 60.0',
'pyproject-metadata >= 0.7.1',
'tomli >= 1.0.0; python_version < "3.11"',
]
Expand Down

0 comments on commit 561d7ba

Please sign in to comment.