Add advanced workflow controls

This commit is contained in:
ashton
2026-06-04 04:26:04 -05:00
parent 432df66946
commit e3702d4ae9
9 changed files with 746 additions and 97 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5