File tree 1 file changed +7
-8
lines changed 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,27 @@ name: build
3
3
on : push
4
4
jobs :
5
5
tox :
6
- runs-on : ubuntu-18 .04
6
+ runs-on : ubuntu-22 .04
7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
10
python :
11
- - py27
12
- - py36
13
- - py37
11
+ - py38
12
+ - py310
13
+ - py311
14
14
httplib :
15
15
- default
16
16
- fido
17
- - fido-requests2dot17
18
17
steps :
19
18
- uses : actions/checkout@v2
20
19
- uses : actions/setup-python@v2
21
20
with :
22
- python-version : 3.7
21
+ python-version : 3.10
23
22
- run : pip install tox
24
23
- run : tox -e ${{ matrix.python }}-${{ matrix.httplib }}
25
24
26
25
misc :
27
- runs-on : ubuntu-18 .04
26
+ runs-on : ubuntu-22 .04
28
27
strategy :
29
28
fail-fast : false
30
29
matrix :
35
34
- uses : actions/checkout@v2
36
35
- uses : actions/setup-python@v2
37
36
with :
38
- python-version : 3.7
37
+ python-version : 3.10
39
38
- run : pip install tox
40
39
- run : tox -e ${{ matrix.tox }}
You can’t perform that action at this time.
0 commit comments