Fix version

This commit is contained in:
Alexandre Vicenzi 2023-03-31 23:54:13 +02:00
parent 78a57ba120
commit b7e0b32909

View file

@ -8,10 +8,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.8
- 3.9
- 3.10
- 3.11
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- name: Checkout
uses: actions/checkout@v2