Skip to content

Commit 65edbd0

Browse files
committed
revert to python=3.12
1 parent ed7b040 commit 65edbd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.13"
17+
python-version: "3.12"
1818
environment-file: environment.yml
1919
activate-environment: quantecon
2020
- name: Install latex dependencies

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.13
5+
- python=3.12
66
- anaconda=2024.10
77
- pip
88
- pip:

0 commit comments

Comments
 (0)