From b2bb8d751e944f322b19458669b9b4bcd5993412 Mon Sep 17 00:00:00 2001 From: Luke Parry Date: Wed, 18 May 2022 22:20:48 +0100 Subject: [PATCH] update github build python version --- .github/workflows/pythonpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 32c6419..7d6e442 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10] os: [ubuntu-latest, macos-latest, windows-latest] exclude: # Shapely as far as I can tell has no Windows/2.7 wheels