diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01b181fe..71ff1ddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.6", "pypy-3.7"] include: - os: ubuntu-latest venvcmd: . env/bin/activate @@ -27,7 +27,8 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: '3.x' + architecture: 'x64' - uses: actions/cache@v2 id: cache with: