Skip to content

Commit

Permalink
Merge pull request #1228 from messense/py310-debug
Browse files Browse the repository at this point in the history
CI: use latest Python 3.10 instead of 3.10.0
  • Loading branch information
messense authored Oct 31, 2022
2 parents 2ec3f96 + c40717e commit 7d96cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 7d96cc1

Please sign in to comment.