Skip to content

Commit a8661ec

Browse files
committed
Use strings
1 parent 425dfcf commit a8661ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
26-
python-version: [3.7, 3.8, 3.9, 3.10]
26+
python-version: ['3.7', '3.8', '3.9', '3.10']
2727
name: build and test
2828
on:
2929
pull_request:

0 commit comments

Comments
 (0)