Skip to content

Commit ed7b040

Browse files
Copilotmmcky
andcommitted
Update Python version to 3.13 for theme compatibility
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent b5fed48 commit ed7b040

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.12"
17+
python-version: "3.13"
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.12
5+
- python=3.13
66
- anaconda=2024.10
77
- pip
88
- pip:

0 commit comments

Comments
 (0)