Skip to content

Commit 4d81b26

Browse files
authored
Update check.yml
1 parent d97bd36 commit 4d81b26

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
- "pypy-3.7-v7.3.7" # 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,10 +77,10 @@ jobs:
7777
- uses: actions/checkout@v3
7878
with:
7979
fetch-depth: 0
80-
- name: Setup Python "3.10"
80+
- name: Setup Python "3.11"
8181
uses: actions/setup-python@v4
8282
with:
83-
python-version: "3.10"
83+
python-version: "3.11"
8484
- name: Install tox
8585
run: python -m pip install tox
8686
- name: Setup test suite
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup python to build package
9797
uses: actions/setup-python@v4
9898
with:
99-
python-version: "3.10"
99+
python-version: "3.11"
100100
- name: Install build
101101
run: python -m pip install build
102102
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)