Update workflow python versions

This commit is contained in:
Salad Dais
2024-01-09 09:21:12 +00:00
parent 049a3b703f
commit 474173ba54

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v2