Upgrade to Python 3.10.

Shapely doesn't have a Windows wheel on pypi yet, but we can get them
from https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely. This unblocks
(and because wheels are matched to python versions, *requires*)
upgrading to Python 3.10.
This commit is contained in:
Dan Albert
2021-11-21 11:25:29 -08:00
parent 7c4d1e2f60
commit 85e7b1762d
6 changed files with 107 additions and 107 deletions

View File

@@ -10,10 +10,10 @@ jobs:
with:
submodules: true
- name: Set up Python 3.9
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
- name: Install environment
run: |