Skip to content

Commit

Permalink
Test conditional requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoura24 committed Dec 26, 2024
1 parent 3e0bdda commit e4cc003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build-system]
requires = ["setuptools == 68.2.2"]
requires = [
"setuptools==68.2.2; python_version>='3.8'",
"setuptools>=61.0; python_version<'3.8'"
]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit e4cc003

Please sign in to comment.