diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5933b9c..5eb321e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -156,7 +156,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 pypy3.8 pypy3.9' - name: Upload wheels uses: actions/upload-artifact@v3 with: diff --git a/Cargo.lock b/Cargo.lock index 644f1cb..eef16df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "rpds-py" -version = "0.8.7" +version = "0.8.8" dependencies = [ "archery", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 1cf6204..14d7063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpds-py" -version = "0.8.7" +version = "0.8.8" edition = "2021" [lib]