CJCombrink commented on code in PR #3231:
URL: https://github.com/apache/thrift/pull/3231#discussion_r2516870222


##########
test/py/util.py:
##########
@@ -27,6 +27,13 @@
 
 def local_libpath():
     globdir = os.path.join(_ROOT_DIR, 'lib', 'py', 'build', 'lib.*')
+    # Consider MM.mm and MMmm as valid local lib paths.
+    # On Windows 11 with Python 3.13.9 the second option is required
+    version_formats = [

Review Comment:
   I have adopted those changes here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to