Skip to content

Commit 851f8bb

Browse files
authored
Use Python 3.10 instead of 3.10.0-rc2 (#111)
1 parent e5c33a6 commit 851f8bb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
- windows-latest
2929
- macos-latest
3030
py:
31-
- 3.10.0-rc.2
32-
- 3.9
33-
- 3.8
34-
- 3.7
35-
- 3.6
36-
- pypy3
31+
- "3.10"
32+
- "3.9"
33+
- "3.8"
34+
- "3.7"
35+
- "3.6"
36+
- "pypy3"
3737

3838
steps:
3939
- name: Setup python for tox
4040
uses: actions/setup-python@v2
4141
with:
42-
python-version: 3.10.0-rc.2
42+
python-version: "3.10"
4343
- name: Install tox
4444
run: python -m pip install tox
4545
- uses: actions/checkout@v2
@@ -97,10 +97,10 @@ jobs:
9797
- uses: actions/checkout@v2
9898
with:
9999
fetch-depth: 0
100-
- name: Setup Python 3.10.0-rc.2
100+
- name: Setup Python "3.10"
101101
uses: actions/setup-python@v2
102102
with:
103-
python-version: 3.10.0-rc.2
103+
python-version: "3.10"
104104
- name: Install tox
105105
run: python -m pip install tox
106106
- name: Setup test suite
@@ -116,7 +116,7 @@ jobs:
116116
- name: Setup python to build package
117117
uses: actions/setup-python@v2
118118
with:
119-
python-version: 3.10.0-rc.2
119+
python-version: "3.10"
120120
- name: Install https://pypi.org/project/build
121121
run: python -m pip install build
122122
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)