Skip to content

Commit 95e7124

Browse files
authored
Update check.yml
1 parent b123cdb commit 95e7124

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/check.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
py:
22-
- "3.11.0-beta.5"
22+
- "3.11"
2323
- "pypy-3.7-v7.3.9" # ahead to start it earlier because takes longer
2424
- "pypy-2.7-v7.3.9" # ahead to start it earlier because takes longer
2525
- "3.10"
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup python for tox
3838
uses: actions/setup-python@v4
3939
with:
40-
python-version: "3.10"
40+
python-version: "3.11"
4141
- name: Install tox
4242
run: python -m pip install tox
4343
- uses: actions/checkout@v3
@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0
8383
- uses: actions/setup-python@v4
8484
with:
85-
python-version: "3.10"
85+
python-version: "3.11"
8686
- name: Install tox
8787
run: python -m pip install tox
8888
- name: Setup coverage tool
@@ -123,10 +123,10 @@ jobs:
123123
- uses: actions/checkout@v3
124124
with:
125125
fetch-depth: 0
126-
- name: Setup Python "3.10"
126+
- name: Setup Python "3.11"
127127
uses: actions/setup-python@v4
128128
with:
129-
python-version: "3.10"
129+
python-version: "3.11"
130130
- name: Install tox
131131
run: python -m pip install tox
132132
- name: Setup test suite
@@ -142,7 +142,7 @@ jobs:
142142
- name: Setup python to build package
143143
uses: actions/setup-python@v4
144144
with:
145-
python-version: "3.10"
145+
python-version: "3.11"
146146
- name: Install build
147147
run: python -m pip install build
148148
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)