Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8df7176

Browse files
committed
DOC: tweak a few references to python versions
1 parent 7a5af73 commit 8df7176

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Building on Windows
251251
-------------------
252252

253253
The Python shipped from https://www.python.org is compiled with Visual Studio
254-
2015 for 3.5 and 3.6. Python extensions should be compiled with the same
254+
2015 for 3.5+. Python extensions should be compiled with the same
255255
compiler, see e.g.
256256
https://packaging.python.org/guides/packaging-binary-extensions/#setting-up-a-build-environment-on-windows
257257
for how to set up a build environment.

doc/devel/testing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ Using tox
260260
`Tox <https://tox.readthedocs.io/en/latest/>`_ is a tool for running
261261
tests against
262262
multiple Python environments, including multiple versions of Python
263-
(e.g., 2.7, 3.4, 3.5) and even different Python implementations
263+
(e.g., 3.5, 3.6) and even different Python implementations
264264
altogether (e.g., CPython, PyPy, Jython, etc.)
265265

266-
Testing all versions of Python (2.6, 2.7, 3.*) requires
266+
Testing all versions of Python (3.5, 3.6, ...) requires
267267
having multiple versions of Python installed on your system and on the
268268
PATH. Depending on your operating system, you may want to use your
269269
package manager (such as apt-get, yum or MacPorts) to do this.
@@ -280,7 +280,7 @@ You can also run tox on a subset of environments:
280280

281281
.. code-block:: bash
282282
283-
$ tox -e py26,py27
283+
$ tox -e py36,py37
284284
285285
Tox processes everything serially so it can take a long time to test
286286
several environments. To speed it up, you might try using a new,

0 commit comments

Comments
 (0)