Add each version on its own line to prevent merge conflicts

This commit is contained in:
jelmert 2024-09-05 16:57:27 +02:00
parent aeef1088a1
commit bf13ba6733

View file

@ -15,7 +15,13 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12-dev']
python-version: [
'3.8',
'3.9',
'3.10',
'3.11',
'3.12-dev',
]
services:
postgres: