Skip to content

Add pyproject.toml#441

Merged
ltaylor16 merged 5 commits intodevelopfrom
python-versions
Nov 6, 2025
Merged

Add pyproject.toml#441
ltaylor16 merged 5 commits intodevelopfrom
python-versions

Conversation

@ltaylor16
Copy link
Copy Markdown
Member

Test with newer Python version.

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.
@ltaylor16 ltaylor16 merged commit 6e4e46a into develop Nov 6, 2025
3 checks passed
@ltaylor16 ltaylor16 deleted the python-versions branch November 19, 2025 02:49
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