Skip to content

Commit

Permalink
Remove Python 3.7 from tests (ultralytics#11708)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored and pleb631 committed Jan 6, 2024
1 parent 9ee306b commit e25fe57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
model: [ yolov5n ]
include:
- os: ubuntu-latest
python-version: '3.7' # '3.6.8' min
model: yolov5n
- os: ubuntu-latest
python-version: '3.8'
python-version: '3.8' # '3.6.8' min
model: yolov5n
- os: ubuntu-latest
python-version: '3.9'
Expand Down

0 comments on commit e25fe57

Please sign in to comment.