Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 07782ef

Browse files
committed
Fix: python version
1 parent eac69c5 commit 07782ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, macos-latest]
23-
python-version: [3.8, 3.9, 3.10]
23+
python-version: [3.8, 3.9, '3.10']
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)