File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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]
Original file line number Diff line number Diff line change 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
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
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"
You can’t perform that action at this time.
0 commit comments