Skip to content

Commit 0f67e8f

Browse files
committed
Merge branch 'main' into enum
2 parents 810ae46 + dd4122b commit 0f67e8f

File tree

12 files changed

+353
-180
lines changed

12 files changed

+353
-180
lines changed

.github/workflows/full_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
python-version: ["3.9", "3.13"]
18+
python-version: ["3.10", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/notebooks_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.10'
2020
- name: Install modelskill
2121
run: |
2222
pip install .[test,notebooks]

.github/workflows/scheduled_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: [3.9, "3.13"]
17+
python-version: ["3.10", "3.13"]
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)