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
1 changed files with 1 additions and 1 deletions

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