Skip to content

Commit dd69e3f

Browse files
committed
typo fix
1 parent 353b1a8 commit dd69e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ 'ubuntu-latest' ]
63-
python-version: [ 3.10", "3.11", "3.12", "3.13" ]
63+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
6464
steps:
6565
- name: Harden Runner
6666
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1

0 commit comments

Comments
 (0)