.github/workflows/build_test.yml : change python versions from '3.4', '3.8', '3.10' to '3.6', '3.10' as 3.4 not found by GitHub.

This commit is contained in:
Akash Mahanty 2022-01-25 13:56:49 +05:30
parent 4007859c92
commit 50e176e2ba

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.4', '3.8', '3.10']
python-version: ['3.6', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}