From c40717e39719e8320de6ad7d0b94194660c68ff3 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 30 Oct 2022 18:06:43 +0800 Subject: [PATCH] CI: use latest Python `3.10` instead of `3.10.0` --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e3948cdc..72d5c1546 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: python-version: "3.9" - uses: actions/setup-python@v4 with: - python-version: "3.10.0" + python-version: "3.10" - name: Install cffi and virtualenv run: pip install cffi virtualenv ziglang~=0.9.0 twine - uses: actions-rs/toolchain@v1 @@ -110,7 +110,7 @@ jobs: cargo run -- pep517 build-wheel -i pypy3 -m test-crates/pyo3-pure/Cargo.toml -vv - uses: actions/setup-python@v4 with: - python-version: "3.10.0" + python-version: "3.10" - name: test cross compiling with zig shell: bash run: |