Build the release with python 3.12

This commit is contained in:
Timmy Welch 2025-03-27 18:56:57 -07:00
parent 47742ac8ee
commit 2eb889a596

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9]
python-version: [3.12]
os: [ubuntu-22.04, macos-13, macos-14, windows-latest]
steps: