-
-
Notifications
You must be signed in to change notification settings - Fork 948
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(test_static.py): fix Windows CPython 3.13 build #2346
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2346 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 7621 7621
Branches 1244 1244
=========================================
Hits 7621 7621 ☔ View full report in Codecov by Sentry. |
Not sure why the change ls fixes it, but it looks fine |
Because we use a specialized I also extended the wheels test from just emulated to also build Windows, Mac and musllinux, so that we can easier catch these regressions later. |
Oh interesting. Ok |
The codebase now builds and passes tests on Windows and CPython 3.13: https://github.com/falconry/falcon/actions/runs/11082068662/job/30794594018.