Update to Python 3.12.

This commit is contained in:
Dan Albert
2023-11-30 20:23:06 -08:00
parent 7bc35ef7f4
commit 65eb10639b
3 changed files with 3 additions and 2 deletions

View File

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