Skip to content

Commit 13652e8

Browse files
authored
Update check.yml
1 parent 5819701 commit 13652e8

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-beta.5"
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
@@ -63,10 +63,10 @@ jobs:
6363
- pkg_check
6464
steps:
6565
- uses: actions/checkout@v3
66-
- name: setup Python 3.10
66+
- name: setup Python 3.11
6767
uses: actions/setup-python@v4
6868
with:
69-
python-version: "3.10"
69+
python-version: "3.11"
7070
- name: install tox
7171
run: python -m pip install tox
7272
- name: run check for ${{ matrix.tox_env }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: setup python to build package
8383
uses: actions/setup-python@v4
8484
with:
85-
python-version: "3.10"
85+
python-version: "3.11"
8686
- name: install build
8787
run: python -m pip install build
8888
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)