3.12 only

This commit is contained in:
Scott Shawcroft 2024-10-15 13:45:12 -07:00
parent d7406716c9
commit 355ae656b0
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4