Skip to content

Commit 6c8f984

Browse files
committed
fixup! build: prepare for Python 3.12, 3.13
1 parent 2f4e487 commit 6c8f984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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==4.0.3",
43+
"pylint==4.0.4",
4444
"flake8-docstrings",
4545
"flake8",
4646
"black",

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 has a tendendy for stricter rules in a patch update!
5+
# pin pylint version: it has a tendendy for stricter rules in patch updates!
66
pylint==4.0.4
77
flake8-docstrings
88
flake8

0 commit comments

Comments
 (0)