chg: workflow (test) - drop support for older py versions

some older versions creeped in during the merge
pull/2379/head
Bharath Vignesh J K 2023-05-10 01:38:10 +05:30
parent 3f93a3989c
commit 0e5551364d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps: