diff --git a/.github/workflows/basic_testing.yaml b/.github/workflows/basic_testing.yaml index aa4e5dc..cb52203 100644 --- a/.github/workflows/basic_testing.yaml +++ b/.github/workflows/basic_testing.yaml @@ -48,7 +48,7 @@ jobs: strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Setup Python