Skip to content

Commit b9f68c8

Browse files
authored
CI: Test examples using Python 3.14 (mesa#341)
Faster, better error messages, latest features and deprecations.
1 parent 499f7b2 commit b9f68c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# - name: Set up Python
2424
# uses: actions/setup-python@v5
2525
# with:
26-
# python-version: "3.12"
26+
# python-version: "3.14"
2727
# - name: Install dependencies
2828
# run: pip install mesa[network] pytest
2929
# - name: Test with pytest
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.12"
39+
python-version: "3.14"
4040
- name: Install dependencies
4141
run: |
4242
pip install mesa[network] --pre
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: "3.12"
54+
python-version: "3.14"
5555
- name: Install dependencies
5656
run: |
5757
pip install .[test]

.github/workflows/test_gis_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# - name: Set up Python
2424
# uses: actions/setup-python@v5
2525
# with:
26-
# python-version: "3.12"
26+
# python-version: "3.14"
2727
# - name: Install dependencies
2828
# run: pip install mesa pytest
2929
# - name: Test with pytest
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.12"
39+
python-version: "3.14"
4040
- name: Install dependencies
4141
run: |
4242
pip install mesa-geo --pre
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: "3.12"
54+
python-version: "3.14"
5555
- name: Install dependencies
5656
run: |
5757
pip install -U "mesa-geo @ git+https://github.com/mesa/mesa-geo@main"

0 commit comments

Comments
 (0)