Skip to content

Commit 5c110a2

Browse files
chore(workflow): remove py36 check (Megvii-BaseDetection#1590)
chore(workflow): remove py36 check
1 parent 14c62a7 commit 5c110a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
python-version: [3.6, 3.7, 3.8]
19+
python-version: [3.7, 3.8]
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:

0 commit comments

Comments
 (0)