Skip to content

Conversation

t20100
Copy link

@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