File tree 9 files changed +24
-11
lines changed
9 files changed +24
-11
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : github-actions
9
+ directory : /
10
+ commit-message :
11
+ prefix : ⬆️
12
+ schedule :
13
+ interval : weekly
Original file line number Diff line number Diff line change 14
14
auto-update-conda : true
15
15
auto-activate-base : true
16
16
miniconda-version : ' latest'
17
- python-version : " 3.11 "
17
+ python-version : " 3.12 "
18
18
environment-file : environment.yml
19
19
activate-environment : quantecon
20
20
- name : Build HTML
Original file line number Diff line number Diff line change 11
11
auto-update-conda : true
12
12
auto-activate-base : true
13
13
miniconda-version : ' latest'
14
- python-version : " 3.11 "
14
+ python-version : " 3.12 "
15
15
environment-file : environment.yml
16
16
activate-environment : quantecon
17
17
- name : Install latex dependencies
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
os : ["ubuntu-latest"]
14
- python-version : ["3.11 "]
14
+ python-version : ["3.12 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
os : ["macos-latest"]
14
- python-version : ["3.11 "]
14
+ python-version : ["3.12 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
os : ["windows-latest"]
14
- python-version : ["3.11 "]
14
+ python-version : ["3.12 "]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os : ["ubuntu-latest"]
16
- python-version : ["3.11 "]
16
+ python-version : ["3.12 "]
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
23
23
auto-update-conda : true
24
24
auto-activate-base : true
25
25
miniconda-version : ' latest'
26
- python-version : " 3.11 "
26
+ python-version : " 3.12 "
27
27
environment-file : environment.yml
28
28
activate-environment : quantecon
29
29
- name : Download "build" folder (cache)
Original file line number Diff line number Diff line change 16
16
auto-update-conda : true
17
17
auto-activate-base : true
18
18
miniconda-version : ' latest'
19
- python-version : " 3.11 "
19
+ python-version : " 3.12 "
20
20
environment-file : environment.yml
21
21
activate-environment : quantecon
22
22
- name : Install latex dependencies
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: quantecon
2
2
channels :
3
3
- default
4
4
dependencies :
5
- - python=3.11
6
- - anaconda=2024.02
5
+ - python=3.12
6
+ - anaconda=2024.06
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
10
10
- docutils==0.17.1
11
- - quantecon-book-theme==0.7.1
11
+ - quantecon-book-theme==0.7.2
12
12
- sphinx-tojupyter==0.3.0
13
13
- sphinxext-rediraffe==0.2.7
14
14
- sphinx-exercise==0.4.1
You can’t perform that action at this time.
0 commit comments