Skip to content

Commit c529377

Browse files
committed
github: Update oldest supported Python version
1 parent 0261207 commit c529377

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Search open/closed issues before submitting. Someone may have reported the same
4646
* OS & Device: [e.g. macOS, Windows, Linux] on [Mac, PC]
4747
* `ni-measurement-plugin-sdk-service` version [e.g. 2.0.0]
4848
* InstrumentStudio version [e.g. 24.8.0d123]
49-
* Python version [e.g. 3.9]
49+
* Python version [e.g. 3.10]

.github/workflows/check_nimg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
check_nimg:
99
name: Check NIMG
1010
env:
11-
oldest-python-version: '3.9'
11+
oldest-python-version: '3.10'
1212
strategy:
1313
matrix:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
15-
python-version: [3.9, 3.14]
15+
python-version: [3.10, 3.14]
1616
runs-on: ${{ matrix.os }}
1717
defaults:
1818
run:

.github/workflows/check_nims.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
check_nims:
99
name: Check NIMS
1010
env:
11-
oldest-python-version: '3.9'
11+
oldest-python-version: '3.10'
1212
strategy:
1313
matrix:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
15-
python-version: [3.9, 3.14]
15+
python-version: [3.10, 3.14]
1616
runs-on: ${{ matrix.os }}
1717
defaults:
1818
run:

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [windows-latest, ubuntu-latest]
1414
# grpcio does not have binary wheels for pypy or free-threading, as of version 1.75.1.
15-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14]
15+
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14]
1616
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
1717
# incomplete JUnit XML results.
1818
fail-fast: false

0 commit comments

Comments
 (0)