Skip to content

Commit 8fd3ce9

Browse files
penguinologgithub-actions[bot]maliubiaodolfinusniyas-sait
authored
Fix: CI error for python 3.6 & macOS (jupyter#6215)
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: maliubiao <[email protected]> Co-authored-by: Maxim Martynov <[email protected]> Co-authored-by: Niyas Sait <[email protected]> Co-authored-by: Jiaqi <[email protected]> Co-authored-by: Ben Greiner <[email protected]> Co-authored-by: David Leen <[email protected]> Co-authored-by: Kevin Bates <[email protected]> Co-authored-by: Steven Silvester <[email protected]>
1 parent 3e0e92d commit 8fd3ce9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu]
14-
python-version: [ '3.6' ]
14+
python-version: [ '3.7' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

.github/workflows/python-nbconvert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
19+
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v1

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu, macos, windows]
14-
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
14+
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

.github/workflows/selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu, macos]
15-
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
15+
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

0 commit comments

Comments
 (0)