Merged
Conversation
Fixes added to YAML reader to create OrderDict which the fmtdict in fc-statement.json relies on.
Recent development was done with 3.9.
Converted from setup.py which is now deprecated. 'make develop' still works for current Python. Use 'make develop-setup' to use setup.py. Remove version 3.6 from classifiers since Shroud it relies on importlib.resources. Use Python 3.12 with github actions.
regression/run/classes/python/test.py:144: DeprecationWarning: unittest.makeSuite() is deprecated and will be removed in Python 3.13. Please use unittest.TestLoader.loadTestsFromTestCase() instead. newSuite.addTest(unittest.makeSuite(Classes)) Changes for TypeError exception context.exception differences 3.9 "an integer is required" 3.10 "object cannot be interpreted as an integer" Add make -k to github to keep going after a failure.
3.10 introduced the message: SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats Needs some investigating before defining PY_SSIZE_T_CLEAN.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test with newer Python version.