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

Fixing Python 3.10 version to 3.10.2

This commit is contained in:
JP White 2022-03-01 13:19:54 -05:00
parent 28e155b0c5
commit f4460302b0

View file

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