diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 81f50b8307..2f6b72411f 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -339,7 +339,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python: ['3.8', '3.9'] + python: ['3.8', '3.9', '3.10'] steps: - name: Download artifact uses: actions/download-artifact@v3