Skip to content

Commit a6661ca

Browse files
Bump Python version to 3.12
YAML evaluated the previous version of Python 3.10 as Python 3.1, and installed Python 3.1.4. While admittedly humorous, we might as well use 3.12.
1 parent 3b9a88b commit a6661ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10
16+
python-version: '3.12'
1717

1818
# Windows Build
1919
- name: "Build"

0 commit comments

Comments
 (0)