Commit bee975f 1 parent e56f70b commit bee975f Copy full SHA for bee975f
File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
python :
10
- - 3.7
11
- - ' 3.10'
12
- - ' 3.11'
10
+ - " 3.7"
11
+ - " 3.10"
12
+ - " 3.11"
13
+ # Workaround for actions/setup-python#508
14
+ dev :
15
+ - -dev
13
16
platform :
14
17
- ubuntu-latest
15
18
- macos-latest
16
19
- windows-latest
20
+ include :
21
+ - python : pypy3.9
22
+ platform : ubuntu-latest
17
23
runs-on : ${{ matrix.platform }}
18
24
steps :
19
25
- uses : actions/checkout@v3
20
26
- name : Setup Python
21
27
uses : actions/setup-python@v4
22
28
with :
23
- python-version : ${{ matrix.python }}- dev
29
+ python-version : ${{ matrix.python }}${{ matrix. dev }}
24
30
- name : Install tox
25
31
run : |
26
32
python -m pip install tox
52
58
- name : Setup Python
53
59
uses : actions/setup-python@v4
54
60
with :
55
- python-version : " 3.11-dev"
61
+ python-version : 3.11-dev
56
62
- name : Install tox
57
63
run : |
58
64
python -m pip install tox
You can’t perform that action at this time.
0 commit comments