Skip to content

Commit 1fec23d

Browse files
Update test.yml
1 parent 16072af commit 1fec23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Python ${{ matrix.python-version }} sample
99
strategy:
1010
matrix:
11-
python-version: [3.10, 3.11, 3.12, 'pypy-3.9']
11+
python-version: ['3.10', '3.11', '3.12', 'pypy-3.9']
1212
continue-on-error: false
1313
services:
1414
database:

0 commit comments

Comments
 (0)