1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Remove Python 3.10 build

Not supported by GitHub actions yet.
This commit is contained in:
Jakub Roztocil
2021-05-27 20:19:55 +02:00
committed by GitHub
parent 19e1e26d97
commit 175e36da6b

View File

@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.9
- run: python -m pip install --upgrade pip setuptools wheel
- run: make install
- run: make pycodestyle
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1