1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

fix 3.10.0 version number

This commit is contained in:
Kelly Brazil
2021-10-26 10:01:02 -07:00
committed by GitHub
parent 23bf5227a4
commit 93a5002c8b

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0]
steps:
- uses: actions/checkout@v2