From a70efb29966bfb576348a7e8b09a934ce1856a18 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Tue, 31 May 2022 13:47:17 -0700 Subject: [PATCH] test on 3.10 --- .ci/{37.yml => 310.yml} | 2 +- .ci/38.yml | 1 - .github/workflows/unittests.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) rename .ci/{37.yml => 310.yml} (96%) diff --git a/.ci/37.yml b/.ci/310.yml similarity index 96% rename from .ci/37.yml rename to .ci/310.yml index 998dbfe3..b05fef3f 100644 --- a/.ci/37.yml +++ b/.ci/310.yml @@ -2,7 +2,7 @@ name: test channels: - conda-forge dependencies: - - python=3.7 + - python=3.10 - deprecation - geopandas>=0.9 - joblib diff --git a/.ci/38.yml b/.ci/38.yml index 584080f9..f64d7fdb 100644 --- a/.ci/38.yml +++ b/.ci/38.yml @@ -30,5 +30,4 @@ dependencies: - pytest-mpl - pytest-cov - twine - - jsonschema==3.* diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 03875e1e..26104d18 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -18,7 +18,7 @@ strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - environment-file: [.ci/37.yml, .ci/38.yml, .ci/39.yml] + environment-file: [.ci/38.yml, .ci/39.yml, .ci/310.yml] experimental: [false] fail-fast: [false]