Skip to content

Commit

Permalink
pyproject.toml: Remove version requirement for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jun 24, 2022
1 parent e22cac1 commit 9d37f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest] # ubuntu-latest
os: [
macos-latest,
windows-latest,
ubuntu-latest
]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools>=62.3"]
requires = ["pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools"]
build-backend = "pdm.pep517.api"

[tool.pdm]
Expand Down

0 comments on commit 9d37f4b

Please sign in to comment.