diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e8e4f0d..2d894f6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11] + python-version: [2.7, 3.6, 3.7, 3.8, 3.9, '3.10', 3.11] platform: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }}