Skip to content

Commit 11ea30a

Browse files
committed
Update python versions to not trim version number 3.10 to 3.1
1 parent f60de17 commit 11ea30a

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
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
# Requires Python3 w/ Type Annotations
23-
python-version: [3.9, 3.10, 3.11, 3.x]
23+
python-version: ['3.9', '3.10', '3.11', '3.x']
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)