diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 51cf12d..a26c66c 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.7', '3.8'] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - name: "Build python module via maturin"