Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix normalization of extension paths on the annoying operating system and Python 3.13 #211

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

pawamoy
Copy link
Member

@pawamoy pawamoy commented Nov 26, 2024

Python 3.13 changed os.path.isabs:

On Windows, isabs() no longer considers paths starting with exactly one slash (\ or /) to be absolute.

See https://docs.python.org/3/whatsnew/3.13.html#os-path.

@pawamoy pawamoy force-pushed the tests-fix-aos-path-issue branch from 12dc518 to 647afb5 Compare November 26, 2024 14:47
…ystem and Python 3.13

Python 3.13 changed `os.path.isabs`:

> On Windows, `isabs()` no longer considers paths starting with exactly one slash (`\` or `/`) to be absolute.

See https://docs.python.org/3/whatsnew/3.13.html#os-path.
@pawamoy pawamoy force-pushed the tests-fix-aos-path-issue branch from 647afb5 to be2364e Compare November 26, 2024 14:56
@pawamoy pawamoy merged commit 101a6dc into main Nov 26, 2024
53 checks passed
@pawamoy pawamoy deleted the tests-fix-aos-path-issue branch November 26, 2024 15:07
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