Skip to content

Commit 9abe163

Browse files
committed
fixup! build: prepare for Python 3.12, 3.13
1 parent 60b809a commit 9abe163

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ content-type = "text/markdown; charset=UTF-8"
4040

4141
[project.optional-dependencies]
4242
testing = [
43-
"pylint",
43+
"pylint==4.0.3",
4444
"flake8-docstrings",
4545
"flake8",
4646
"black",

test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Waiting for: https://github.com/pypa/pip/issues/11440
33
# Workaround: use a pre-commit hook with https://github.com/scikit-image/scikit-image/blob/main/tools/generate_requirements.py
44

5-
pylint
5+
# pylint 4.0.4 is way stricter - a patch update!
6+
pylint==4.0.3
67
flake8-docstrings
78
flake8
89
black

0 commit comments

Comments
 (0)