Skip to content

Commit 33ade28

Browse files
authored
Update check.yml
1 parent fb05bbd commit 33ade28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 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.1"
20+
- "3.11"
2121
- "3.10"
2222
- "3.9"
2323
- "3.8"
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup python for tox
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.10"
33+
python-version: "3.11"
3434
- uses: actions/checkout@v3
3535
with:
3636
fetch-depth: 0
@@ -81,10 +81,10 @@ jobs:
8181
- uses: actions/checkout@v3
8282
with:
8383
fetch-depth: 0
84-
- name: Setup Python 3.10
84+
- name: Setup Python 3.11
8585
uses: actions/setup-python@v4
8686
with:
87-
python-version: "3.10"
87+
python-version: "3.11"
8888
- name: Install tox
8989
run: python -m pip install tox
9090
- name: Run check for ${{ matrix.tox_env }}
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup python to build package
101101
uses: actions/setup-python@v4
102102
with:
103-
python-version: "3.10"
103+
python-version: "3.11"
104104
- name: Install build
105105
run: python -m pip install build
106106
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)