]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
doc/source/requirements.rst: update various versions.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Feb 2023 04:30:01 +0000 (23:30 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Feb 2023 04:56:48 +0000 (23:56 -0500)
doc/source/requirements.rst

index 19f787112735c8a7a0813808f2880790bd62bcc1..eba8614239ca4070ae154c76b3cb8576c468bf2b 100644 (file)
@@ -5,14 +5,13 @@ Dunshire is a Python library, so it needs a Python interpreter. To
 "build" it, you'll need `Setuptools
 <https://pypi.python.org/pypi/setuptools>`_. The only other requirement
 is the `CVXOPT <https://cvxopt.org/>`_ library, available for most Linux
-distributions. Dunshire is targeted at python-3.x, but python-2.x will
-probably work too.
+distributions.
 
 So, end users require:
 
-* python (tested: 3.4, 3.5)
-* setuptools (tested: 20.6.7)
-* cvxopt (tested: 1.1.8)
+* python (tested: 3.8, 3.9, 3.10)
+* setuptools (tested: 65.7.0)
+* cvxopt (tested: 1.3.0)
 
 Developers will also want: