Skip to content

Commit 7b8f058

Browse files
committed
update github actions
1 parent 3324ff5 commit 7b8f058

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,27 @@ name: build
33
on: push
44
jobs:
55
tox:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-22.04
77
strategy:
88
fail-fast: false
99
matrix:
1010
python:
11-
- py27
12-
- py36
13-
- py37
11+
- py38
12+
- py310
13+
- py311
1414
httplib:
1515
- default
1616
- fido
17-
- fido-requests2dot17
1817
steps:
1918
- uses: actions/checkout@v2
2019
- uses: actions/setup-python@v2
2120
with:
22-
python-version: 3.7
21+
python-version: 3.10
2322
- run: pip install tox
2423
- run: tox -e ${{ matrix.python }}-${{ matrix.httplib }}
2524

2625
misc:
27-
runs-on: ubuntu-18.04
26+
runs-on: ubuntu-22.04
2827
strategy:
2928
fail-fast: false
3029
matrix:
@@ -35,6 +34,6 @@ jobs:
3534
- uses: actions/checkout@v2
3635
- uses: actions/setup-python@v2
3736
with:
38-
python-version: 3.7
37+
python-version: 3.10
3938
- run: pip install tox
4039
- run: tox -e ${{ matrix.tox }}

0 commit comments

Comments
 (0)