aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tox/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2025-10-10 15:42:40 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-10-11 09:14:14 +0700
commitba84d870e169a8e40e411c9ed0652da2f789d24c (patch)
treed7889cf6e8c3fd7737844df2033b395de1027c1d /python/python3-tox/README
parent2ffdea0b10d710e90d0e765bdff5d5fc7f82fd99 (diff)
python/python3-tox: Add note on why we can't upgrade
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tox/README')
-rw-r--r--python/python3-tox/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-tox/README b/python/python3-tox/README
index 5105e1c5cd..b06c19eff9 100644
--- a/python/python3-tox/README
+++ b/python/python3-tox/README
@@ -3,3 +3,6 @@ python3-tox (CLI CI frontend and development task automation tool)
tox aims to automate and standardize testing in Python. It is part
of a larger vision of easing the packaging, testing and release
process of Python software (alongside pytest and devpi).
+
+NOTE: Unable to support newer versions due to requiring newer version
+of python than is available in Slackware 15.0 (python 3.10).