Update release process to use Python 3.12 (#1820)

This commit is contained in:
Micah Jerome Ellison 2024-02-01 18:53:27 -08:00 committed by GitHub
parent caf3cdea3d
commit bf32d59844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Checkout repo
uses: actions/checkout@v4