Skip to content

Commit 2c987a2

Browse files
authored
Update check.yml
1 parent ba9d782 commit 2c987a2

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"
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup python for tox
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: "3.10"
29+
python-version: "3.11"
3030
- name: Install tox
3131
run: python -m pip install tox
3232
- uses: actions/checkout@v3
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676
- uses: actions/setup-python@v4
7777
with:
78-
python-version: "3.10"
78+
python-version: "3.11"
7979
- name: Install tox
8080
run: python -m pip install tox
8181
- name: Setup coverage tool
@@ -111,10 +111,10 @@ jobs:
111111
- uses: actions/checkout@v3
112112
with:
113113
fetch-depth: 0
114-
- name: Setup Python "3.10"
114+
- name: Setup Python "3.11"
115115
uses: actions/setup-python@v4
116116
with:
117-
python-version: "3.10"
117+
python-version: "3.11"
118118
- name: Install tox
119119
run: python -m pip install tox
120120
- name: Setup test suite
@@ -130,7 +130,7 @@ jobs:
130130
- name: Setup python to build package
131131
uses: actions/setup-python@v4
132132
with:
133-
python-version: "3.10"
133+
python-version: "3.11"
134134
- name: Install build
135135
run: python -m pip install build
136136
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)