diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7ee26aac..b5d9fcab 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10] exclude: - os: macos-latest python-version: '3.6'