Commit 3a000d3a authored by Jérome Perrin's avatar Jérome Perrin

Drop python2 support

See also slapos@4230cd1b
parent d38b5063
Pipeline #27448 failed with stage
in 0 seconds
0.135 (Unreleased)
==================
* This release drops support for python2. Software releases using python2
are pinned to 0.128, the last version with tests passing on python2
0.134 (2023-03-09)
==================
......
......@@ -29,7 +29,7 @@ setup(name=name,
maintainer="Nexedi",
maintainer_email="info@nexedi.com",
url="https://lab.nexedi.com/nexedi/slapos.toolbox",
python_requires='>=2.7',
python_requires='>=3.8',
install_requires=(
'Flask', # needed by servers
'atomize', # needed by pubsub
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment