diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 739e1b24..b64c2a7a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -19,7 +19,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3