Skip to content

Add support for Python 3.13#266

Merged
jesper-friis merged 26 commits intomasterfrom
support-python3.13
Dec 15, 2024
Merged

Add support for Python 3.13#266
jesper-friis merged 26 commits intomasterfrom
support-python3.13

Conversation

@jesper-friis
Copy link
Contributor

Description

Add support for Python 3.13.

Type of change

  • Bug fix and code cleanup
  • New feature
  • Documentation update
  • Testing

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?
  • Is the code properly tested?

@codecov
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.35%. Comparing base (e4b5c20) to head (0dc4bd9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
- Coverage   79.39%   78.35%   -1.04%     
==========================================
  Files          18       17       -1     
  Lines        1742     1737       -5     
==========================================
- Hits         1383     1361      -22     
- Misses        359      376      +17     

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

pyproject.toml Outdated
[tool.pytest.ini_options]
minversion = "7.0"
addopts = "-rs --cov=tripper --cov-report=term --doctest-modules"
addopts = "-rs --cov=tripper --cov-report=term --doctest-modules --ignore=examples --ignore=tripper"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
addopts = "-rs --cov=tripper --cov-report=term --doctest-modules --ignore=examples --ignore=tripper"
addopts = "-rs --cov=tripper --cov-report=term --doctest-modules --ignore=examples"

I also do not like ignoring of examples, but tripper which is our code-base should definitely not be ignored.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also do not like ignoring of examples, but tripper which is our code-base should definitely not be ignored.

Replaced it with new --doctest-ignore-import-errors

@jesper-friis jesper-friis merged commit 49e72ec into master Dec 15, 2024
19 of 20 checks passed
@jesper-friis jesper-friis deleted the support-python3.13 branch December 15, 2024 11:44
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.

2 participants