avoid being recognized as 3.1 instead of 3.10

This commit is contained in:
GDay
2022-09-16 02:10:17 +02:00
parent 318c4c6926
commit c17fcf2cbc

View File

@@ -11,7 +11,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" ]
django: [ "2.2", "3.2" ]
services:
disque: