Skip to content

Commit ca22250

Browse files
committed
upgrade python=3.13
1 parent a2ea4c2 commit ca22250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.12"
14+
python-version: "3.13"
1515
environment-file: environment.yml
1616
activate-environment: quantecon
1717
- name: Install latex dependencies

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ 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:
99
- jupyter-book==1.0.3

0 commit comments

Comments
 (0)