summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-10-30 16:02:02 -0700
committerGitHub <noreply@github.com>2022-10-30 16:02:02 -0700
commit95e7124eb8ecb249fb96c7ffe23785575b372fa3 (patch)
tree320e66666c3828dfd61c062d68404e3f4b4eb28d
parentb123cdbd78700b119edc0b459c24fa686c209769 (diff)
downloadtox-git-95e7124eb8ecb249fb96c7ffe23785575b372fa3.tar.gz
Update check.yml
-rw-r--r--.github/workflows/check.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index dfc7b312..a52a041c 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -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"
@@ -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
@@ -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
@@ -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
@@ -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