File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,19 @@ jobs:
30
30
python : pypy-3.7
31
31
- os : macos-latest
32
32
python : " 3.10"
33
- # XXX: We should be testing 3.10, but for some reason setuptools can't
34
- # seem to find the runner's C compiler for new wheel builds...
35
33
- os : windows-latest
36
- python : " 3.9 "
34
+ python : " 3.10 "
37
35
steps :
38
36
- uses : actions/checkout@v2
39
37
- name : Set up Python ${{ matrix.python }}
40
38
uses : actions/setup-python@v2
39
+ if : " !endsWith(matrix.python-version, '-dev')"
41
40
with :
42
41
python-version : ${{ matrix.python }}
42
+ -
uses :
deadsnakes/[email protected]
43
+ if : endsWith(matrix.python-version, '-dev')
44
+ with :
45
+ python-version : ${{ matrix.python-version }}
43
46
- name : Install
44
47
# pyperformance must be installed:
45
48
# pyperformance/tests/test_compare.py imports it
You can’t perform that action at this time.
0 commit comments