From 362650e16c7186e2b79f93c1dece8af4e8ef64fb Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 21 Jul 2025 12:07:25 +1000 Subject: [PATCH 1/6] MAINT: update anaconda=2025.06 --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 11b6e1f7..e3c01c9c 100644 --- a/environment.yml +++ b/environment.yml @@ -2,8 +2,8 @@ name: quantecon channels: - default dependencies: - - python=3.12 - - anaconda=2024.10 + - python=3.13 + - anaconda=2025.06 - pip - pip: - jupyter-book==1.0.3 From 6682ac6b787c7d5c73983301e7269e86ca25204a Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 21 Jul 2025 12:08:46 +1000 Subject: [PATCH 2/6] update to python=3.13 --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/execution-linux.yml | 2 +- .github/workflows/execution-osx.yml | 2 +- .github/workflows/execution-win.yml | 2 +- .github/workflows/publish.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 438912c0..734d5174 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -14,7 +14,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.12" + python-version: "3.13" environment-file: environment.yml activate-environment: quantecon - name: Build HTML diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75a1ee7d..6a7f36e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.12" + python-version: "3.13" environment-file: environment.yml activate-environment: quantecon - name: Install latex dependencies diff --git a/.github/workflows/execution-linux.yml b/.github/workflows/execution-linux.yml index fedc2e41..2ae72f73 100644 --- a/.github/workflows/execution-linux.yml +++ b/.github/workflows/execution-linux.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.12"] + python-version: ["3.13"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/execution-osx.yml b/.github/workflows/execution-osx.yml index b6aab55c..b3df8203 100644 --- a/.github/workflows/execution-osx.yml +++ b/.github/workflows/execution-osx.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: ["macos-latest"] - python-version: ["3.12"] + python-version: ["3.13"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/execution-win.yml b/.github/workflows/execution-win.yml index 6f7e1ae3..f0bf9d34 100644 --- a/.github/workflows/execution-win.yml +++ b/.github/workflows/execution-win.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: ["windows-latest"] - python-version: ["3.12"] + python-version: ["3.13"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58cd14b6..88f354ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.12" + python-version: "3.13" environment-file: environment.yml activate-environment: quantecon - name: Install latex dependencies From 7628e35c2bb6d1a28e408143af394fed61f022b5 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 21 Jul 2025 12:33:51 +1000 Subject: [PATCH 3/6] update to jb==1.0.4-1 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index e3c01c9c..7c1dc6f4 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - anaconda=2025.06 - pip - pip: - - jupyter-book==1.0.3 + - jupyter-book==1.0.4post1 - quantecon-book-theme==0.8.2 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 From fdff69105ce92e53802bb2627615742b4e34911b Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 22 Jul 2025 13:35:55 +1000 Subject: [PATCH 4/6] test jb==1.0.3 --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 7c1dc6f4..7ba2311f 100644 --- a/environment.yml +++ b/environment.yml @@ -6,8 +6,8 @@ dependencies: - anaconda=2025.06 - pip - pip: - - jupyter-book==1.0.4post1 - - quantecon-book-theme==0.8.2 + - jupyter-book==1.0.3 + - quantecon-book-theme==0.8.1 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==1.0.1 From 1dcb3d22b2a2b4b0fc1e85c6dc336eca9b92c172 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 22 Jul 2025 13:57:42 +1000 Subject: [PATCH 5/6] sphinx < 7 --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 7ba2311f..77a3bd1f 100644 --- a/environment.yml +++ b/environment.yml @@ -6,6 +6,7 @@ dependencies: - anaconda=2025.06 - pip - pip: + - sphinx<8 - jupyter-book==1.0.3 - quantecon-book-theme==0.8.1 - sphinx-tojupyter==0.3.0 From ec58d2b00d3bb986a3857421a741379f58ca4d63 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 22 Jul 2025 14:01:18 +1000 Subject: [PATCH 6/6] sphinx<7 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 77a3bd1f..2c298d46 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - anaconda=2025.06 - pip - pip: - - sphinx<8 + - sphinx<7 # python=3.13 is missing imgdhr used by epub3 builder and requires sphinx<=6.2 - jupyter-book==1.0.3 - quantecon-book-theme==0.8.1 - sphinx-tojupyter==0.3.0