Skip to content

Commit 583eb21

Browse files
authored
Update check.yml
1 parent ceddd78 commit 583eb21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
py:
20-
- "3.11.0-rc.2"
20+
- "3.11"
2121
- "3.10"
2222
- "3.9"
2323
- "3.8"
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup python for tox
5757
uses: actions/setup-python@v4
5858
with:
59-
python-version: "3.10"
59+
python-version: "3.11"
6060
- name: Install Python 2 for cross test
6161
uses: actions/setup-python@v4
6262
with:
@@ -118,7 +118,7 @@ jobs:
118118
fetch-depth: 0
119119
- uses: actions/setup-python@v4
120120
with:
121-
python-version: "3.10"
121+
python-version: "3.11"
122122
- name: Install tox
123123
run: python -m pip install tox
124124
- name: Setup coverage tool
@@ -162,10 +162,10 @@ jobs:
162162
- uses: actions/checkout@v3
163163
with:
164164
fetch-depth: 0
165-
- name: Setup Python "3.10"
165+
- name: Setup Python "3.11"
166166
uses: actions/setup-python@v4
167167
with:
168-
python-version: "3.10"
168+
python-version: "3.11"
169169
- name: Install tox
170170
run: python -m pip install tox
171171
- name: Run check for ${{ matrix.tox_env }}
@@ -181,7 +181,7 @@ jobs:
181181
- name: Setup python to build package
182182
uses: actions/setup-python@v4
183183
with:
184-
python-version: "3.10"
184+
python-version: "3.11"
185185
- name: Install https://pypi.org/project/build
186186
run: python -m pip install build
187187
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)