From 3396116f6f96d0a26d58ca151680a1e11af9ab8b Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:23:26 -0600 Subject: [PATCH] add python 3.11 and remove python 3.8 --- .github/workflows/ci.yml | 2 +- build_envs/docs.yml | 2 +- build_envs/environment.yml | 2 +- build_envs/upstream-dev-environment.yml | 2 +- setup.cfg | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c15e36b1..91e5d9ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest", "macos-latest"] - python-version: [ "3.8", "3.9", "3.10" ] + python-version: [ "3.9", "3.10", "3.11" ] steps: - name: Cancel previous runs uses: styfle/cancel-workflow-action@0.11.0 diff --git a/build_envs/docs.yml b/build_envs/docs.yml index a13de436..164be4c1 100644 --- a/build_envs/docs.yml +++ b/build_envs/docs.yml @@ -2,7 +2,7 @@ name: gv-docs channels: - conda-forge dependencies: - - python>=3.8, <=3.10 + - python>=3.9, <3.12 - cartopy - cmaps - matplotlib diff --git a/build_envs/environment.yml b/build_envs/environment.yml index 44139a8b..82dd8261 100644 --- a/build_envs/environment.yml +++ b/build_envs/environment.yml @@ -2,7 +2,7 @@ name: geocat_viz_build channels: - conda-forge dependencies: - - python>=3.8, <=3.10 + - python>=3.9, <3.12 - cartopy - make - matplotlib diff --git a/build_envs/upstream-dev-environment.yml b/build_envs/upstream-dev-environment.yml index dbe472e9..9374ea5d 100644 --- a/build_envs/upstream-dev-environment.yml +++ b/build_envs/upstream-dev-environment.yml @@ -2,7 +2,7 @@ name: geocat_viz_upstream channels: - conda-forge dependencies: - - python>=3.7 + - python>=3.9 - geocat-comp - cf_xarray>=0.3.1 - geocat-datafiles diff --git a/setup.cfg b/setup.cfg index 8d022b7c..97e95ac1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,15 +17,15 @@ classifiers = 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 Topic :: Scientific/Engineering [options] zip_safe = False include_package_data = True -python_requires = >=3.8, <3.11 +python_requires = >=3.9, <3.12 package_dir = =src packages =