Skip to content

Commit

Permalink
CI: use latest Python 3.10 instead of 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 30, 2022
1 parent 2ec3f96 commit 61bd9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 61bd9de

Please sign in to comment.