From 9c3a65eaf4b1aee16784af1b907176ae95faa07f Mon Sep 17 00:00:00 2001 From: Jack McKew Date: Mon, 1 May 2023 17:59:49 +1000 Subject: [PATCH] Add comment for python 3.10 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d6a48cd..c369f81 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,14 @@ If you get this error: `OSError: [WinError 123] Invalid name: '/tmp\\*'`, ensure ## Sources A big thank you to all the contributors over at , this action is just a modified version of their docker container, thank you! + +## Python 3.10 + +If you are running into problems, please try using the branch `python3-10-pyinstaller-5-3`: + +``` yaml +- name: PyInstaller Windows + uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 + with: + path: src +```