Skip to content

Drop Python 3.11 from CI matrix#7952

Merged
jenshnielsen merged 1 commit intomainfrom
drop-python-3.11
May 4, 2026
Merged

Drop Python 3.11 from CI matrix#7952
jenshnielsen merged 1 commit intomainfrom
drop-python-3.11

Conversation

@astafan8
Copy link
Copy Markdown
Contributor

Changes

QCoDeS already requires Python >=3.12. This PR updates CI to match:

  • 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)

@astafan8 astafan8 requested a review from jenshnielsen March 20, 2026 11:49
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.59%. Comparing base (a0c0d0d) to head (aad462c).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7952      +/-   ##
==========================================
- Coverage   70.61%   70.59%   -0.02%     
==========================================
  Files         333      333              
  Lines       32533    32533              
==========================================
- Hits        22972    22968       -4     
- Misses       9561     9565       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@astafan8 astafan8 force-pushed the drop-python-3.11 branch 2 times, most recently from 84c3f0d to 8c3c813 Compare March 20, 2026 21:49
@astafan8 astafan8 force-pushed the drop-python-3.11 branch 5 times, most recently from 8e0f62d to ffd559c Compare March 20, 2026 23:42
@astafan8 astafan8 marked this pull request as ready for review March 21, 2026 07:01
@astafan8 astafan8 requested a review from a team as a code owner March 21, 2026 07:01
@astafan8 astafan8 force-pushed the drop-python-3.11 branch 2 times, most recently from 3dcae26 to 347adb4 Compare April 1, 2026 12:59
Comment thread src/qcodes/parameters/delegate_parameter.py Outdated
@astafan8 astafan8 force-pushed the drop-python-3.11 branch 3 times, most recently from 00a622c to e27f6b6 Compare April 22, 2026 13:12
@astafan8 astafan8 force-pushed the drop-python-3.11 branch 5 times, most recently from cb15e4f to 8ec450f Compare April 29, 2026 16:11
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>
@jenshnielsen jenshnielsen enabled auto-merge May 4, 2026 08:09
@jenshnielsen jenshnielsen added this pull request to the merge queue May 4, 2026
Merged via the queue into main with commit a07132b May 4, 2026
17 of 18 checks passed
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