update workflows to build exe

This commit is contained in:
spencershepard
2024-08-31 12:08:55 -07:00
committed by Spencer Shepard
parent c2d19616ab
commit 63a70806e0
7 changed files with 144 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3