Upgrade to Python 3.11.

Supposedly much faster. Probably other cool stuff.
This commit is contained in:
Dan Albert 2022-12-29 17:27:21 -08:00
parent a1af4e563a
commit 0be9e1985a

View File

@ -6,7 +6,7 @@ runs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
cache: pip
- name: Install environment