diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5597c61c3..da84eea72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest, macos-14] - python: ['3.11'] + python: ['3.10', '3.11'] steps: - name: Checkout uses: actions/checkout@v3