Skip to content

Commit b35ac8c

Browse files
this should fix 3.10 being interpreted as 3.1
1 parent b798835 commit b35ac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mplfinance_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
python-version: [3.8, 3.9, 3.10 ]
8+
python-version: ['3.8', '3.9', '3.10' ]
99
steps:
1010
- name: Preliminary Information
1111
run: |

0 commit comments

Comments
 (0)