Skip to content

Commit a4c2369

Browse files
committed
remove python 2.7 fix libcurl-dev
1 parent ea2adea commit a4c2369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
10+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Install dependencies
3232
run: |
33-
sudo apt-get install libcurl-openssl-dev
33+
sudo apt-get install libcurl4-gnutls-dev
3434
python -m pip install --upgrade pip
3535
pip install flake8 pytest pipenv
3636
pip install -r requirements.txt

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
sudo apt-get install libcurl-openssl-dev
25+
sudo apt-get install libcurl4-gnutls-dev
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt
2828

0 commit comments

Comments
 (0)