File tree 5 files changed +272
-64
lines changed
5 files changed +272
-64
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
uses : actions/checkout@v4
21
21
22
22
- name : Install uv
23
- uses : astral-sh/setup-uv@v3
23
+ uses : astral-sh/setup-uv@v5
24
24
with :
25
25
enable-cache : true
26
+ python-version : 3.11
26
27
27
28
- name : Set up Python and dependencies
28
29
run : |
29
- uv python install 3.9
30
30
uv sync --all-extras --dev
31
31
32
32
- name : Build the book
Original file line number Diff line number Diff line change 16
16
- " 3.9"
17
17
- " 3.10"
18
18
- " 3.11"
19
+ # JijModeling-transpiler requires python <3.12
20
+ # - "3.12"
19
21
os :
20
22
- ubuntu-latest
21
23
- windows-latest
Original file line number Diff line number Diff line change @@ -165,3 +165,4 @@ cython_debug/
165
165
166
166
# Jupyter book
167
167
_build /
168
+ .python-version
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name = "jijmodeling-tutorial"
3
3
version = " 1.10.1"
4
4
description = " Tutorial for JijModeling"
5
5
readme = " README.md"
6
- requires-python = " >=3.9, <3.12" # jijmodeling does not support Python 3.12 yet
6
+ # jijmodeling does not support Python 3.13 yet, and JijModeling-Transpiler 3.12 neither.
7
+ requires-python = " >=3.9, <3.12"
7
8
dependencies = [
8
9
" jijmodeling == 1.12.1" ,
9
10
" jijmodeling-transpiler>=0.6.15" ,
You can’t perform that action at this time.
0 commit comments