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

Bump minimum Python supported to 3.9, fix test clean up #84

Merged
merged 8 commits into from
Jan 15, 2025

Conversation

tekktrik
Copy link
Owner

  • Fix path separators for Windows in Makefile
  • Drop ongoing support for CPython3.8
  • Use chmod to change perrmissions of files before deleting
  • Update typing for Python 3.9
  • Update requirements
  • Update sphinx config file
  • Update pre-commit hooks
  • FIx issue with combining lists

@tekktrik tekktrik linked an issue Jan 15, 2025 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9379a66) to head (987606e).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #84   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines         1356      1352    -4     
=========================================
- Hits          1356      1352    -4     
Flag Coverage Δ
macos-latest-py-3.8 ?
macos-latest-py-3.9 100.00% <100.00%> (?)
ubuntu-latest-py-3.10 100.00% <100.00%> (ø)
ubuntu-latest-py-3.11 100.00% <100.00%> (ø)
ubuntu-latest-py-3.12 100.00% <100.00%> (ø)
ubuntu-latest-py-3.13 100.00% <100.00%> (?)
ubuntu-latest-py-3.8 ?
ubuntu-latest-py-3.9 100.00% <100.00%> (ø)
windows-latest-py-3.8 ?
windows-latest-py-3.9 100.00% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tekktrik tekktrik merged commit 274446d into main Jan 15, 2025
14 checks passed
@tekktrik tekktrik deleted the fix/test-cleanup branch January 15, 2025 05:50
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.

Fix test clean up issue on Windows
2 participants