Remove 3.5 from tests

This commit is contained in:
Valentin Niess
2022-02-12 10:02:14 +01:00
parent ea71603f8e
commit a70e9977c4
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['2.7', '3.5', '3.6']
version: ['2.7', '3.7', '3.9']
steps:
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
./xonsh-x86_64.AppImage -c 'import xonsh'
- name: Test ssh-mitm
if: ${{ matrix.version == '3.6' }}
if: ${{ matrix.version == '3.9' }}
run: |
python -m python_appimage build app applications/ssh-mitm
test -e ssh-mitm-x86_64.AppImage

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['2.7', '3.5']
version: ['2.7', '3.9']
steps:
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'
- name: Build wheel
run: |