Skip to content

Commit

Permalink
Merge #409
Browse files Browse the repository at this point in the history
409: README: add a mention of the last version that will support Python 2 … r=MatthieuDartiailh a=MatthieuDartiailh

Also changed the format of the README to get a nicer preview on Github. This echoes pyvisa/pyvisa-py#189 and the associated PR pyvisa/pyvisa-py#190

Co-authored-by: MatthieuDartiailh <marul@laposte.net>
  • Loading branch information
bors[bot] and MatthieuDartiailh committed May 1, 2019
2 parents b8b2d43 + 72e76e4 commit dc27950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ standard implementations. In addition, Python can be used to directly access
most bus systems used by instruments which is why one can envision to implement
the VISA standard directly in Python (see the `PyVISA-Py` project for more
details). PyVISA is both a Python wrapper for VISA shared libraries but
can also serve as a front-end for other VISA implementation such as
can also serve as a front-end for other VISA implementation such as
`PyVISA-Py`.


Expand Down Expand Up @@ -57,6 +57,12 @@ Requirements
- Python (tested with 2.7 and 3.4+)
- VISA (tested with NI-VISA 17.5, Win7, from www.ni.com/visa)

Python 2 support
----------------

Python 2 EOL is now near (January 1st 2020), and given the limited time
maintainers have, the next release of PyVISA (1.10) to be released around July
2019 will be the last version of PyVISA supporting Python 2.

Installation
--------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):
return f.read().decode('utf8')


long_description = '\n\n'.join([read('README'),
long_description = '\n\n'.join([read('README.rst'),
read('AUTHORS'),
read('CHANGES')])

Expand Down

0 comments on commit dc27950

Please sign in to comment.