1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-26 02:01:27 +01:00

Removing support for Python 3.6 as it is end of life

This commit is contained in:
JP White 2022-03-01 09:25:57 -05:00
parent e89631028e
commit 271fc04a3f

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps:
- name: Checkout