No longer run Python 3.6 in CI as it is end-of-life

This commit is contained in:
Dennis Siemensma 2022-12-07 20:33:58 +01:00
parent cffcac2e87
commit e80ba9862b

View File

@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'