Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petterreinholdtsen
Copy link
Contributor

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

Fixes #187.

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

Fixes SebKuzminsky#187.
@jnweiger
Copy link

jnweiger commented May 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'pycam.errors' FreeBSD12.2
2 participants