pycam icon indicating copy to clipboard operation
pycam copied to clipboard

Add code and metadata to enforce the use of Python 3.

Open petterreinholdtsen opened this issue 4 years ago • 1 comments

Tell setup.py to require python >= 3.0, and throw a RuntimeError if the sys.version_info.major is below 3.

Fixes #187.

petterreinholdtsen avatar Nov 16 '21 04:11 petterreinholdtsen

This does not fix #187 for me -- but should be merged anyway, as enforcing python3 is a good thing. I can confirm that it does no harm and works as intended.

jnweiger avatar May 09 '22 20:05 jnweiger