Skip to content

Commit b7be83c

Browse files
authored
MAINT: Update python=3.12 and latest Anaconda (#319)
* MAINT: Update python=3.12 and latest Anaconda * enable dependabot for github action updates * TMP: disable build cache * Revert "TMP: disable build cache" This reverts commit e7d1fca.
1 parent f5477c4 commit b7be83c

9 files changed

+24
-11
lines changed

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: github-actions
9+
directory: /
10+
commit-message:
11+
prefix: ⬆️
12+
schedule:
13+
interval: weekly

.github/workflows/cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
auto-update-conda: true
1515
auto-activate-base: true
1616
miniconda-version: 'latest'
17-
python-version: "3.11"
17+
python-version: "3.12"
1818
environment-file: environment.yml
1919
activate-environment: quantecon
2020
- name: Build HTML

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
auto-update-conda: true
1212
auto-activate-base: true
1313
miniconda-version: 'latest'
14-
python-version: "3.11"
14+
python-version: "3.12"
1515
environment-file: environment.yml
1616
activate-environment: quantecon
1717
- name: Install latex dependencies

.github/workflows/execution-linux.yml

+1-1
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.11"]
14+
python-version: ["3.12"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.github/workflows/execution-osx.yml

+1-1
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.11"]
14+
python-version: ["3.12"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.github/workflows/execution-win.yml

+1-1
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.11"]
14+
python-version: ["3.12"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

.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.11"]
16+
python-version: ["3.12"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
auto-update-conda: true
2424
auto-activate-base: true
2525
miniconda-version: 'latest'
26-
python-version: "3.11"
26+
python-version: "3.12"
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.11"
19+
python-version: "3.12"
2020
environment-file: environment.yml
2121
activate-environment: quantecon
2222
- name: Install latex dependencies

environment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.11
6-
- anaconda=2024.02
5+
- python=3.12
6+
- anaconda=2024.06
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
1010
- docutils==0.17.1
11-
- quantecon-book-theme==0.7.1
11+
- quantecon-book-theme==0.7.2
1212
- sphinx-tojupyter==0.3.0
1313
- sphinxext-rediraffe==0.2.7
1414
- sphinx-exercise==0.4.1

0 commit comments

Comments
 (0)