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

Consider deprecating python2 #5

Open
john-tornblom opened this issue Jan 5, 2024 · 2 comments
Open

Consider deprecating python2 #5

john-tornblom opened this issue Jan 5, 2024 · 2 comments

Comments

@john-tornblom
Copy link
Owner

john-tornblom commented Jan 5, 2024

Moving to python3 would simplify maintenance. As a drawback, we have to restrict archetype files to be encoded in unicode.

Changes include:

  • Updating the shebang of gen_erate.pyz in setup.py to #!/usr/bin/env python3
  • Document the restriction to unicode in doc/*
  • Remove the fallback use of distutils in setup.py
  • update the use of setup.py to the recommended way
  • Bump version number to 3.0, and release to 3.0.0
  • Merge of Feature/python3.11 #4
@leviathan747
Copy link
Contributor

@john-tornblom I'm going to start work on this. I will submit a PR for review when ready.

@leviathan747
Copy link
Contributor

Resolved by xtuml/pyrsl#30

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

No branches or pull requests

2 participants