Skip to content

Commit 5279ae8

Browse files
committed
MAINT: Upgrade to python==3.10
1 parent 123a763 commit 5279ae8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/cache.yml

+1-1
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.9
18+
python-version: "3.10"
1919
environment-file: environment.yml
2020
activate-environment: quantecon
2121
- name: Install latex dependencies

.github/workflows/execution.yml

+3-3
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.9"]
14+
python-version: ["3.10"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
os: ["macos-latest"]
56-
python-version: ["3.8"]
56+
python-version: ["3.10"]
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v2
@@ -85,7 +85,7 @@ jobs:
8585
# fail-fast: false
8686
# matrix:
8787
# os: ["windows-latest"]
88-
# python-version: ["3.8"]
88+
# python-version: ["3.10"]
8989
# steps:
9090
# - name: Checkout
9191
# uses: actions/checkout@v2

.github/workflows/linkcheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: ["ubuntu-latest"]
16-
python-version: ["3.9"]
16+
python-version: ["3.10"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
@@ -23,7 +23,7 @@ jobs:
2323
auto-update-conda: true
2424
auto-activate-base: true
2525
miniconda-version: 'latest'
26-
python-version: 3.9
26+
python-version: "3.10"
2727
environment-file: environment.yml
2828
activate-environment: quantecon
2929
- name: Download "build" folder (cache)

.github/workflows/publish.yml

+1-1
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.9
19+
python-version: "3.10"
2020
environment-file: environment.yml
2121
activate-environment: quantecon
2222
- name: Install latex dependencies

0 commit comments

Comments
 (0)