We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16072af commit 1fec23dCopy full SHA for 1fec23d
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Python ${{ matrix.python-version }} sample
9
strategy:
10
matrix:
11
- python-version: [3.10, 3.11, 3.12, 'pypy-3.9']
+ python-version: ['3.10', '3.11', '3.12', 'pypy-3.9']
12
continue-on-error: false
13
services:
14
database:
0 commit comments