From a6f029a295562746ce774ab193eed05e444d54e4 Mon Sep 17 00:00:00 2001 From: Alex <52292902+alexrudd2@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:00:14 -0500 Subject: [PATCH] Remove references to deleted branch --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index c9f0c68..611e99f 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,3 @@ 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 -```