Remove Python 3.5 GitHub Actions pipelines

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
This commit is contained in:
Nabarun Pal 2021-05-27 20:49:49 +05:30
parent 9c36296de4
commit 30fe907ea5
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2