Skip to content

Commit 5be2f13

Browse files
authored
Update check.yml
1 parent 468a724 commit 5be2f13

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
py:
20-
- "3.11.0-beta.5"
20+
- "3.11"
2121
- "3.10"
2222
- "pypy-3.7-v7.3.9" # ahead to start it earlier because takes longer
2323
- "3.9"
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup python for tox
3333
uses: actions/setup-python@v4
3434
with:
35-
python-version: "3.10"
35+
python-version: "3.11"
3636
- name: Install tox
3737
run: python -m pip install tox
3838
- uses: actions/checkout@v3
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 0
7878
- uses: actions/setup-python@v4
7979
with:
80-
python-version: "3.10"
80+
python-version: "3.11"
8181
- name: Install tox
8282
run: python -m pip install tox
8383
- name: Setup coverage tool
@@ -119,10 +119,10 @@ jobs:
119119
- uses: actions/checkout@v3
120120
with:
121121
fetch-depth: 0
122-
- name: Setup Python "3.10"
122+
- name: Setup Python "3.11"
123123
uses: actions/setup-python@v4
124124
with:
125-
python-version: "3.10"
125+
python-version: "3.11"
126126
- name: Install tox
127127
run: python -m pip install tox
128128
- name: Setup test suite
@@ -138,7 +138,7 @@ jobs:
138138
- name: Setup python to build package
139139
uses: actions/setup-python@v4
140140
with:
141-
python-version: "3.10"
141+
python-version: "3.11"
142142
- name: Install build
143143
run: python -m pip install build
144144
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)