Skip to content

Commit

Permalink
Feature #2022 update python version to 3.10.4 for repo files (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe authored Feb 16, 2023
1 parent cb2318f commit 090790f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade sphinx sphinx-gallery sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
- name: Get METplus Image
run: .github/jobs/docker_setup.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: metplus_base
channels:
- conda-forge
dependencies:
- python=3.8.6
- python=3.10.4
- python-dateutil
prefix: /home/met_test/.conda/envs/metplus_base
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
)
@pytest.mark.util
def test_metplus_check_python(user, torf):
# check that version is above minimum python requirement
assert metplus_check.metplus_check_python_version(user) == torf


Expand Down
2 changes: 1 addition & 1 deletion metplus/PYTHON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.6
3.10.4

0 comments on commit 090790f

Please sign in to comment.