Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7952 +/- ##
==========================================
- Coverage 70.30% 70.28% -0.02%
==========================================
Files 333 333
Lines 32401 32401
==========================================
- Hits 22778 22774 -4
- Misses 9623 9627 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
84c3f0d to
8c3c813
Compare
8e0f62d to
ffd559c
Compare
ffd559c to
708b8a3
Compare
708b8a3 to
3dcae26
Compare
QCoDeS already requires Python >=3.12. This PR updates the CI configuration and applies pyupgrade fixes: - Updated pytest.yaml: removed 3.11 from matrix, min-version test now uses 3.12 - Updated docs.yaml: removed 3.11, gh-pages deploy uses 3.12 - Updated upload_to_pypi.yaml: build uses 3.12 - Removed obsolete pyvisa-sim deprecation warning filter (was only needed for 3.11) - Bumped minimum dependency versions for Python 3.12 compat: numpy>=1.26.0, pandas>=2.1.1, pyarrow>=14.0.0, h5py>=3.10.0, h5netcdf>=1.3.0, pillow>=10.2.0, matplotlib>=3.8.0, scipy>=1.12.0 - Applied ruff pyupgrade fixes (UP040 TypeAlias->type, UP046 Generic->type params) - Added noqa: UP046 for 13 complex multi-inheritance generic classes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3dcae26 to
347adb4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
QCoDeS already requires Python >=3.12. This PR updates CI to match: