Skip to content

Commit e80a09b

Browse files
authored
Update ci-testing.yml to Python 3.9 (#5660)
1 parent fb19561 commit e80a09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
22-
python-version: [ 3.8 ]
22+
python-version: [ 3.9 ]
2323
model: [ 'yolov5n' ] # models to test
2424

2525
# Timeout: https://stackoverflow.com/a/59076067/4521646

0 commit comments

Comments
 (0)