From 0e2b7a4165da8e45ffffe940354832a0cd2eb6b7 Mon Sep 17 00:00:00 2001 From: Althea Denlinger Date: Mon, 9 Sep 2024 10:24:03 -0700 Subject: [PATCH] Update python versions in setup files --- .github/workflows/build_workflow.yml | 2 -- dev-spec.txt | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 7ec0844..e35087a 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -84,8 +84,6 @@ jobs: channels: conda-forge channel-priority: strict auto-update-conda: true - # IMPORTANT: This needs to be set for caching to work properly! - use-only-tar-bz2: true python-version: ${{ matrix.python-version }} - if: ${{ steps.skip_check.outputs.should_skip != 'true' }} diff --git a/dev-spec.txt b/dev-spec.txt index f7a2deb..da6b343 100644 --- a/dev-spec.txt +++ b/dev-spec.txt @@ -2,7 +2,7 @@ # $ conda create --name --file # Base -python >=3.8 +python >=3.9 dask esmf nco >=4.8.1 diff --git a/setup.py b/setup.py index b57c663..0da1f84 100755 --- a/setup.py +++ b/setup.py @@ -32,10 +32,10 @@ 'Intended Audience :: Science/Research', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering', ], packages=find_packages(),