Skip to content

Commit 5c56f70

Browse files
committed
Bump minimum setuptools build dependency to v77.0
1 parent d17a7d8 commit 5c56f70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip
22
coverage[toml]
33

4-
setuptools >=39.2
4+
setuptools >=77.0
55
wheel >=0.30
66

77
biopython ~=1.73

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
'setuptools >=39.2',
4+
'setuptools >=77.0',
55
'rich >=12.4.0',
66
'pyhmmer ~=0.12.0',
77
]

0 commit comments

Comments
 (0)