Skip to content

Commit

Permalink
🔥 Remove old uneeded config (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Apr 27, 2020
1 parent ddcc81a commit 18baf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

environments = [
{"NAME": "latest", "DOCKERFILE": "python3.8", "PYTHON_VERSION": "3.8"},
{"NAME": "latest", "PYTHON_VERSION": "3.8"},
{"NAME": "python3.8", "PYTHON_VERSION": "3.8"},
{"NAME": "python3.7", "PYTHON_VERSION": "3.7"},
{"NAME": "python3.6", "PYTHON_VERSION": "3.6"},
Expand Down

0 comments on commit 18baf6c

Please sign in to comment.