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

View File

@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
sphinx:
configuration: docs/conf.py

View File

@ -50,6 +50,7 @@ python-dateutil==2.8.2
python-dotenv==1.0.0
pywin32-ctypes==0.2.2
PyYAML==6.0.1
setuptools==69.0.2
shapely==2.0.2
shiboken6==6.6.0
six==1.16.0