Skip to content

Commit 8e4766d

Browse files
committed
chore: enable 3.15 testing
1 parent 2268331 commit 8e4766d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/run_single_test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ case ${TEST_TYPE} in
9999
nox -s unit-3.14
100100
retval=$?
101101
;;
102+
"3.15")
103+
nox -s unit-3.15
104+
retval=$?
105+
;;
102106
*)
103107
echo "unsupported PY_VERSION"
104108
exit 1

0 commit comments

Comments
 (0)