Skip to content

[FIX] Avoid Python 3.14 regex escape warnings#180

Draft
Mirochill wants to merge 1 commit into
PabloRMira:masterfrom
Mirochill:fix-179-python314-regex-warnings
Draft

[FIX] Avoid Python 3.14 regex escape warnings#180
Mirochill wants to merge 1 commit into
PabloRMira:masterfrom
Mirochill:fix-179-python314-regex-warnings

Conversation

@Mirochill
Copy link
Copy Markdown

@Mirochill Mirochill commented May 21, 2026

Reference Issue

Fixes #179.

What does this implement/fix? Explain your changes.

  • Converts the three regex literals reported in SyntaxWarnings with Python 3.14.2 #179 to raw strings, preserving the regex patterns.
  • Updates both the nbdev notebooks and the generated Python modules.

Any other comments?

  • Not run locally
  • Static validation only: git diff --check, plus JSON parsing of the edited notebooks.

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.

SyntaxWarnings with Python 3.14.2

1 participant