-
Notifications
You must be signed in to change notification settings - Fork 15
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
CI tests with py3.13 #1442
CI tests with py3.13 #1442
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1442 +/- ##
============================================
- Coverage 78.57% 78.43% -0.14%
============================================
Files 137 137
Lines 20892 20961 +69
============================================
+ Hits 16415 16440 +25
- Misses 4477 4521 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
58e3648
to
b7515a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we do not test against Python 3.11 on CI?
pyproject.toml
Outdated
@@ -197,7 +198,7 @@ max-line-length = 99 | |||
[tool.tox] | |||
legacy_tox_ini = """ | |||
[tox] | |||
envlist = py310, py311, py312, lint, type-check, docs, build | |||
envlist = py310, py312, py313, lint, type-check, docs, build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no need to remove the tox environment for Python 3.11, even if we wont test against it on CI
b7515a7
to
c30880f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Change Summary
Related issue number
closes #1436
Checklist