Skip to content

Commit 78f289f

Browse files
author
JacksonMaxfield
committed
Pin python 3.6 to 3.6.1
1 parent b41868f commit 78f289f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.6.1", "3.7", "3.8", "3.9"]
1212

1313
steps:
1414
- name: Checkout source

.github/workflows/ci-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.6.1", "3.7", "3.8", "3.9"]
1212

1313
steps:
1414
- name: Checkout source

0 commit comments

Comments
 (0)