Updated flake8 step to use python 3.13

This commit is contained in:
Jamie Hardt
2024-11-26 10:30:24 -08:00
parent dfb7e34fc7
commit 8ef664266f

View File

@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.11"] python-version: ["3.13"]
steps: steps:
- uses: actions/checkout@v2.5.0 - uses: actions/checkout@v2.5.0