Skip to content

Migrated to Python 3.9 #9

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Migrated to Python 3.9 #9

wants to merge 3 commits into from

Conversation

DrDub
Copy link
Contributor

@DrDub DrDub commented Dec 5, 2021

Changes:

  • Executed 2to3 tool on the code.
  • Fixed import problems due to changes in __import__
  • Fixed str now being unicode.
  • Fixed wrong uses of "is" as "==".
  • Version bump and change of python version.

Code now runs with the same version of OpenCCG as previous version but using a supported version of Python.

What is missing:

  • Fixing the Dockerfile
  • Adding an entry in NEWS.rst

DrDub added 3 commits December 5, 2021 06:07
Changes:

  * Executed 2to3 tool on the code.
   * Fixed import problems due to changes in __import__
   * Fixed str now being unicode
   * Fixed wrong uses of "is" as "=="
   * Version bump and change of python version

Code now runs with the same version of OpenCCG as previous version but using a supported version of Python.
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.

1 participant