Skip to content

Commit 8d5ed28

Browse files
committed
MAINT: update python=3.8 to python=3.9
1 parent eb346de commit 8d5ed28

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
auto-update-conda: true
1616
auto-activate-base: true
1717
miniconda-version: 'latest'
18-
python-version: 3.8
18+
python-version: 3.9
1919
environment-file: environment.yml
2020
activate-environment: quantecon
2121
- name: Build HTML

.github/workflows/execution-linux.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-latest"]
14-
python-version: ["3.8"]
14+
python-version: ["3.9"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/execution-osx.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: ["macos-latest"]
14-
python-version: ["3.8"]
14+
python-version: ["3.9"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/execution-win.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: ["windows-latest"]
14-
python-version: ["3.8"]
14+
python-version: ["3.9"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
auto-update-conda: true
1717
auto-activate-base: true
1818
miniconda-version: 'latest'
19-
python-version: 3.8
19+
python-version: 3.9
2020
environment-file: environment.yml
2121
activate-environment: quantecon
2222
- name: Install latex dependencies

0 commit comments

Comments
 (0)