File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed
Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build :
16- strategy :
17- matrix :
18- python-version : [3.9, 3.12]
1916 runs-on : ubuntu-22.04
2017
2118 steps :
2421 - name : Set up Python
2522 uses : actions/setup-python@v5
2623 with :
27- python-version : ${{ matrix.python-version }}
24+ python-version : 3.12
2825
2926 - name : Fix for "grup-efi-amd64-signed" missing
3027 run : |
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- strategy :
12- matrix :
13- python-version : [3.9, 3.12]
1411 runs-on : ubuntu-22.04
1512
1613 steps :
1916 - name : Set up Python
2017 uses : actions/setup-python@v5
2118 with :
22- python-version : ${{ matrix.python-version }}
19+ python-version : 3.12
2320
2421 - name : Install ColdFront and plugin
2522 run : |
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- strategy :
12- matrix :
13- python-version : [3.9, 3.12]
1411 runs-on : ubuntu-22.04
1512
1613 steps :
1916 - name : Set up Python
2017 uses : actions/setup-python@v5
2118 with :
22- python-version : ${{ matrix.python-version }}
19+ python-version : 3.12
2320
2421 - name : Install ColdFront and plugin
2522 run : |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers =
1818package_dir =
1919 = src
2020packages = find:
21- python_requires = >=3.8
21+ python_requires = >=3.11
2222install_requires =
2323 nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@74eb4a7
2424 boto3
You can’t perform that action at this time.
0 commit comments