We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49ad4f commit 2340f26Copy full SHA for 2340f26
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install dependencies
56
run: |
57
pip install -U "pip>=23.1.1"
58
- pip install -U setuptools "tox-gh-actions==3.1.0" coverage
+ pip install -U "tox-gh-actions==3.1.0" coverage
59
- name: Log versions
60
61
python --version
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = [ "setuptools >= 35.0.2", "wheel >= 0.29.0"]
+requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.pytest.ini_options]
0 commit comments