Skip to content

Commit e8d6b4a

Browse files
committed
MAINT: upgrade anaconda=2025.06 and python=3.13
1 parent f63761a commit e8d6b4a

File tree

6 files changed

+16
-19
lines changed

6 files changed

+16
-19
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.12"
18+
python-version: "3.13"
1919
environment-file: environment.yml
2020
activate-environment: quantecon
2121
- name: Install latex dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
auto-update-conda: true
1313
auto-activate-base: true
1414
miniconda-version: 'latest'
15-
python-version: "3.12"
15+
python-version: "3.13"
1616
environment-file: environment.yml
1717
activate-environment: quantecon
1818
- name: Install latex dependencies

.github/workflows/execution.yml

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

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: ["ubuntu-latest"]
13-
python-version: ["3.12"]
13+
python-version: ["3.13"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
auto-update-conda: true
2121
auto-activate-base: true
2222
miniconda-version: 'latest'
23-
python-version: "3.12"
23+
python-version: "3.13"
2424
environment-file: environment.yml
2525
activate-environment: quantecon
2626
- name: Download "build" folder (cache)

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

environment.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.12
6-
- anaconda=2024.10
5+
- python=3.13
6+
- anaconda=2025.06
77
- pip
88
- pip:
9-
- jupyter-book==1.0.3
10-
- quantecon-book-theme==0.7.6
11-
- sphinx-tojupyter==0.3.0
9+
- jupyter-book==1.0.4post1
10+
- quantecon-book-theme==0.8.3
11+
- sphinx-tojupyter==0.3.1
1212
- sphinxext-rediraffe==0.2.7
13-
- sphinx-reredirects==0.1.4
1413
- sphinx-exercise==1.0.1
15-
- sphinx-proof==0.2.0
16-
- ghp-import==1.1.0
17-
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
14+
- sphinxcontrib-youtube==1.4.1
1815
- sphinx-togglebutton==0.3.2
19-
# Docker Requirements
20-
- pytz
16+
- sphinx-reredirects==0.1.4
17+
2118

0 commit comments

Comments
 (0)