Skip to content

Commit 657d498

Browse files
committed
CI: Lower Python version to 3.5
Ensure that we test with the oldest version of Python 3 supported for building, to avoid accidentally breaking the build. (cherry picked from commit 00c7816)
1 parent d9d6a05 commit 657d498

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.6
22+
python-version: 3.5
2323
- name: Python Package Cache
2424
uses: actions/cache@v1
2525
with:

0 commit comments

Comments
 (0)