From e1138ff7149a89db205644094caf0be8fa34bcc7 Mon Sep 17 00:00:00 2001 From: Jesse Mapel <jmapel@usgs.gov> Date: Tue, 7 Jun 2022 13:00:25 -0700 Subject: [PATCH] Update CI Python versions --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 78fd0e4..253d369 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.6", "3.7", "3.8"] + python-version: ["3.7", "3.8", "3.9", "3.10"] defaults: run: shell: bash -l {0} -- GitLab