Skip to content

Commit

Permalink
CI/CD: Oneshot: Remove Python 3.5, add 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Mar 20, 2021
1 parent 112f500 commit a7fedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloud-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _norm_comma_space(x):
return re.sub(", *", ", ", x)


PYTHONS = ["3.5", "3.6", "3.7", "3.8"]
PYTHONS = ["3.6", "3.7", "3.8", "3.9"]
OSs = ["ubuntu", "windows", "macos"]


Expand Down

0 comments on commit a7fedf0

Please sign in to comment.