bleykauf / beamwalk

MIT License
1 stars 0 forks source link

Update minimum python version #13

Open bleykauf opened 3 years ago

bleykauf commented 3 years ago

Python 3.5.x doesn't work, so at least >= 3.6. Using 3.5.x throws this error during installation with pip:

pyvisa-py 0.5.1 has requirement pyvisa>=1.11.0, but you'll have pyvisa 1.10.1 which is incompatible.

Maybe write some tests...