Skip to content

Commit 2340f26

Browse files
authored
Use newer setuptools (#363)
1 parent c49ad4f commit 2340f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
run: |
5757
pip install -U "pip>=23.1.1"
58-
pip install -U setuptools "tox-gh-actions==3.1.0" coverage
58+
pip install -U "tox-gh-actions==3.1.0" coverage
5959
- name: Log versions
6060
run: |
6161
python --version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = [ "setuptools >= 35.0.2", "wheel >= 0.29.0"]
2+
requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)