Skip to content

Commit caaa0ad

Browse files
committed
CI: Switch to Python 3.6
1 parent 5c0b59d commit caaa0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v1
2121
with:
22-
python-version: 3.5
22+
python-version: 3.6
2323
- name: Python Package Cache
2424
uses: actions/cache@v1
2525
with:

0 commit comments

Comments
 (0)