adding latest tests

This commit is contained in:
2021-10-30 02:12:36 +01:00
parent be55e20e4d
commit 1f3fa4100d
5 changed files with 147 additions and 131 deletions

View File

@@ -46,7 +46,8 @@ Functionality:
VSCode:
PyInstaller:
☐ Document build error: <https://github.com/pyenv/pyenv/issues/1095>
PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.8.11
PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.8.11 mac
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.8.11 linux
☐ Freeze a click app: <https://stackoverflow.com/questions/45090083/freeze-a-program-created-with-pythons-click-pacage>
☐ If python 3.9 can be used with Pyinstaller, rewrite the code to use the latest Python features
dict.update -> |=