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

Support Python 3.13 #539

Merged
merged 6 commits into from
Oct 18, 2024
Merged

Support Python 3.13 #539

merged 6 commits into from
Oct 18, 2024

Conversation

CasperWA
Copy link
Contributor

@CasperWA CasperWA commented Oct 10, 2024

Summary by Copilot
This pull request includes updates to the CI configuration, dependency management, and test cases. The most important changes include adding support for Python 3.13, updating the Codecov upload conditions, and modifying the dependencies and test configuration.

CI Configuration Updates:

Dependency Management:

  • pyproject.toml: Added Python 3.13 to the classifiers and updated the requires-python field to ~=3.9. Also, modified the psycopg dependency to include the binary extra. [1] [2]

Test Configuration:

Description:

Run CI workflows for Python 3.13.
Update package metadata with Python 3.13 support.

Extend coverage uploads to include all tested Python versions.

Type of change:

  • Bug fix.
  • New feature.
  • Documentation update.

Checklist for the reviewer:

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.37%. Comparing base (9108049) to head (103343b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #539      +/-   ##
==========================================
+ Coverage   82.82%   84.37%   +1.55%     
==========================================
  Files          14       14              
  Lines         652      653       +1     
==========================================
+ Hits          540      551      +11     
+ Misses        112      102      -10     
Flag Coverage Δ
linux 84.37% <ø> (+1.55%) ⬆️
linux-strategies 84.37% <ø> (+1.55%) ⬆️
windows 83.76% <ø> (+1.55%) ⬆️
windows-strategies 83.76% <ø> (+1.55%) ⬆️

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.

@CasperWA CasperWA linked an issue Oct 10, 2024 that may be closed by this pull request
@CasperWA CasperWA marked this pull request as draft October 10, 2024 14:12
Multiline strings must now explicitly not include any indentations, even
if they exist within indented blocks.
This will make it easier to test with future Python 3 versions
@CasperWA CasperWA marked this pull request as ready for review October 11, 2024 07:49
@CasperWA CasperWA enabled auto-merge (squash) October 18, 2024 13:19
@CasperWA CasperWA merged commit 9cdc799 into master Oct 18, 2024
21 checks passed
@CasperWA CasperWA deleted the cwa/close-538-support-python3.13 branch October 18, 2024 13:22
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.

Support Python 3.13
2 participants