Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test-functional-microshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:

jobs:
build:
strategy:
matrix:
python-version: [3.9, 3.12]
runs-on: ubuntu-22.04

steps:
Expand All @@ -24,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.12

- name: Fix for "grup-efi-amd64-signed" missing
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test-functional-microstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:

jobs:
build:
strategy:
matrix:
python-version: [3.9, 3.12]
runs-on: ubuntu-22.04

steps:
Expand All @@ -19,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.12

- name: Install ColdFront and plugin
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:

jobs:
build:
strategy:
matrix:
python-version: [3.9, 3.12]
runs-on: ubuntu-22.04

steps:
Expand All @@ -19,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.12

- name: Install ColdFront and plugin
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.8
python_requires = >=3.11
install_requires =
nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@74eb4a7
boto3
Expand Down