⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@b1r3k
Copy link
Contributor

@b1r3k b1r3k commented Oct 8, 2024

Summary

  • migrate packaging to pyproject and bump runtime pins for Python 3.11.13 (including lxml 5/Markdown 3)
  • switch test runner to pynose and update Makefile/CI + requirements
  • update Markdown extensions/renderer for Markdown 3 + lxml 5 compatibility while preserving output formatting
  • add tests for custom markdown behaviors and renderer helpers; add ExecPlan scaffolding

Testing

  • make test
  • make coverage

@b1r3k b1r3k self-assigned this Oct 8, 2024
@b1r3k b1r3k requested review from mshandrovskiy and snejku October 8, 2024 11:12
result = OrderedDict()
for element in tree.xpath('./string | ./string-array | bitmap | ./array'):
name = '{0}{1}'.format(prefix, element.get('name'))
name = '{}{}'.format(prefix, element.get('name'))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: f-string

@philippb philippb changed the title chore python upgrade Upgrade Python 3.11.13 tooling and Markdown rendering Feb 4, 2026
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.

4 participants