On 1/29/26 9:05 PM, John Snow wrote:
In python3.14, fixes were made to the file URI parsing [1] such that
file URIs that used to work but were technically out of spec are now
broken.

As a result, our msys2 GitLab CI tests began failing.

Stop using "file://" URI links in favor of simple paths (Thanks pbo) to
fix parsing errors under Python 3.14 and fix the msys2 GitLab CI tests.

[1] https://docs.python.org/3/whatsnew/3.14.html#urllib
Reported-by: Pierrick Bouvier <[email protected]>
Suggested-by: Pierrick Bouvier <[email protected]>
Signed-off-by: John Snow <[email protected]>
---
  python/scripts/mkvenv.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


Thanks for this patch John!
I can confirm it solved the problem on my side as well, and works on windows/macos/linux/netbsd/freebsd.

Reviewed-by: Pierrick Bouvier <[email protected]>
Tested-by: Pierrick Bouvier <[email protected]>

Regards,
Pierrick

Reply via email to