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

Ensure support for Python 3.13 #669

Merged
merged 4 commits into from
Nov 24, 2024
Merged

Ensure support for Python 3.13 #669

merged 4 commits into from
Nov 24, 2024

Conversation

rikroe
Copy link
Member

@rikroe rikroe commented Nov 7, 2024

Proposed change

Enable CI for Python 3.13.

Adjust tests/requirements accordingly (fix time_machine).

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (which adds functionality to this library)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:

Checklist

  • The code change is tested and works locally.
  • Tests have been added to verify that the new code works.

@rikroe
Copy link
Member Author

rikroe commented Nov 7, 2024

Seems we need to update time_machine which got pinned in #570, so tests with tick=False need to be rewritten.

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a1c80ca) to head (65832f6).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #669   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1431      1449   +18     
=========================================
+ Hits          1431      1449   +18     
Flag Coverage Δ
3.10 ?
3.11 100.00% <100.00%> (ø)
3.12 ?
3.8 100.00% <100.00%> (ø)
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.


🚨 Try these New Features:

@rikroe rikroe changed the title Add tests with Python 3.13 Support Python 3.13 Nov 24, 2024
@rikroe rikroe changed the title Support Python 3.13 Ensure support for Python 3.13 Nov 24, 2024
@rikroe rikroe requested a review from gerard33 November 24, 2024 11:37
@rikroe rikroe merged commit ce07342 into master Nov 24, 2024
12 checks passed
@gerard33 gerard33 deleted the python3.13 branch November 24, 2024 22:18
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