diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 8a26ca5..efef044 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -5,10 +5,10 @@ on: [push] jobs: build: - runs-on: ['linux', 'x64'] + runs-on: 'ubuntu-latest' strategy: matrix: - python-version: ['3.7.17', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3