Skip to content

Fix SyntaxWarning with Python3.12 #55

Open
t20100 wants to merge 1 commit intomathworks:R2025afrom
t20100:fix-syntaxwarning
Open

Fix SyntaxWarning with Python3.12 #55
t20100 wants to merge 1 commit intomathworks:R2025afrom
t20100:fix-syntaxwarning

Conversation

@t20100
Copy link
Copy Markdown

@t20100 t20100 commented Aug 21, 2025

This PR fixes the following warnings in setup.py occuring with Python3.12:

src/matlab-engine-for-python/setup.py:277: SyntaxWarning: invalid escape sequence '\d'
  re_major_minor = "^(\d+)\.(\d+)"
src/matlab-engine-for-python/setup.py:286: SyntaxWarning: invalid escape sequence '\d'
  re_major_minor = "^(\d+)\.(\d+)"

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