Skip to content

Commit

Permalink
Comply with PEP 508 by using platform_python_implementation (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
seppeljordan authored and reaperhulk committed Oct 17, 2019
1 parent 16d3ae1 commit dc7f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ requires = [
"setuptools>=40.6.0",
"wheel",
# Must be kept in sync with the `setup_requirements` in `setup.py`
"cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'",
"cffi>=1.8,!=1.11.3; platform_python_implementation != 'PyPy'",
]
build-backend = "setuptools.build_meta"

0 comments on commit dc7f138

Please sign in to comment.