Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 30, 2022
1 parent b123cdb commit 95e7124
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.11.0-beta.5"
- "3.11"
- "pypy-3.7-v7.3.9" # ahead to start it earlier because takes longer
- "pypy-2.7-v7.3.9" # ahead to start it earlier because takes longer
- "3.10"
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup python for tox
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install tox
run: python -m pip install tox
- uses: actions/checkout@v3
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install tox
run: python -m pip install tox
- name: Setup coverage tool
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python "3.10"
- name: Setup Python "3.11"
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install tox
run: python -m pip install tox
- name: Setup test suite
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Setup python to build package
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install build
run: python -m pip install build
- uses: actions/checkout@v3
Expand Down

0 comments on commit 95e7124

Please sign in to comment.