Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 86f274a

Browse files
authored
Add support for Python 3.10
Quotes are needed so the number isn't read as a float and interpreted as 3.1! https://dev.to/hugovk/the-python-3-1-problem-85g
1 parent 0adacd9 commit 86f274a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v2
3131
with:
32-
python-version: 3.10
32+
python-version: "3.10"
3333

3434
- name: Install dependencies
3535
run: |

0 commit comments

Comments
 (0)