Commit 37ea0ff
Drop Python 3.11 from CI matrix
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: numpy>=1.26.0, pandas>=2.2.3
- 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>1 parent 33f9ff8 commit 37ea0ff
152 files changed
Lines changed: 620 additions & 246 deletions
File tree
- .github/workflows
- docs/examples/writing_drivers
- src/qcodes
- dataset
- dond
- extensions
- instrument_drivers
- AimTTi
- AlazarTech
- CopperMountain
- Galil
- HP
- Harvard
- Keithley
- Keysight
- keysightb1500
- private
- Lakeshore
- Minicircuits
- QDev
- QuantumDesign/DynaCoolPPMS
- agilent
- american_magnetics
- basel
- cryomagnetics
- ithaco
- mock_instruments
- oxford
- rigol
- private
- rohde_schwarz
- signal_hound
- stahl
- stanford_research
- tektronix
- weinschel
- yokogawa
- instrument
- parameters
- utils
- validators
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
125 | | - | |
| 123 | + | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments