Skip to content

Commit 20cec5e

Browse files
authored
Merge branch 'main' into bump-grpcio
2 parents c7b7c45 + a719055 commit 20cec5e

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
21+
python: ['3.10', "3.11", "3.12", "3.13", "3.14"]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6

ci/run_single_test.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ case ${TEST_TYPE} in
7070
;;
7171
unit)
7272
case ${PY_VERSION} in
73-
"3.9")
74-
if nox --list-sessions | grep -q "unit-3.9"; then
75-
nox -s unit-3.9
76-
retval=$?
77-
else
78-
echo "Skipping unit-3.9 as it is not supported by this package."
79-
retval=0
80-
fi
81-
;;
8273
"3.10")
8374
nox -s unit-3.10
8475
retval=$?

0 commit comments

Comments
 (0)