Skip to content

Commit

Permalink
Remove python 3.6 (seems to take a lot of time)
Browse files Browse the repository at this point in the history
  • Loading branch information
yulinhuang committed Jul 17, 2024
1 parent 62a3b0e commit 3cb71f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id-token: write
strategy:
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
image-name: ["python"]

steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
id-token: write
strategy:
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
image-name: ["python-pytorch"]

steps:
Expand Down

0 comments on commit 3cb71f9

Please sign in to comment.