Fix misinterpreted 3.10 version string as float

This commit is contained in:
Ethan Paul 2021-12-04 11:45:16 -05:00
parent dae91a3a69
commit 5ccc56956b
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -19,7 +19,7 @@ jobs:
toxenv: py38
- version: 3.9
toxenv: py39
- version: 3.10
- version: "3.10"
toxenv: py310
steps:
- name: Checkout