From 547fdea426debb035dc1c09396707828fc734483 Mon Sep 17 00:00:00 2001 From: Damien Irving Date: Fri, 22 Sep 2023 16:48:42 +1000 Subject: [PATCH] Add python 3.11 testing --- .github/workflows/tests.yml | 2 +- ci/{environment-3.8.yml => environment-3.11.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ci/{environment-3.8.yml => environment-3.11.yml} (92%) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1d35de..e6f6866 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "windows-latest", "macos-latest"] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - name: Checkout source diff --git a/ci/environment-3.8.yml b/ci/environment-3.11.yml similarity index 92% rename from ci/environment-3.8.yml rename to ci/environment-3.11.yml index 8b27386..70c888e 100644 --- a/ci/environment-3.8.yml +++ b/ci/environment-3.11.yml @@ -2,7 +2,7 @@ name: unseen-test channels: - conda-forge dependencies: - - python=3.8 + - python=3.11 - geopandas - regionmask - xarray