Changing python versions

This commit is contained in:
justin-h-loi 2023-08-01 16:38:45 -04:00 committed by arp102
parent 77620f34be
commit 8f681ba457
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- run: codecov
strategy:
matrix:
python-version: ['27', '34', '35', '36', '37', '38' ,'39' ,'310', '311']
python-version: ['py27', 'py34', 'py35', 'py36', 'py37', 'pep8', 'bandit']
test_number: ['0', '1' , '2']
os: [ubuntu-20.04, ubuntu-22.04]