`cdrx/pyinstaller-linux` and `cdrx/pyinstaller-windows` both have two tags, `:python2` and `:python3` which you can use depending on the requirements of your project. `:latest` points to `:python3`
The `:python2` tags run Python 2.7. The `:python3` tag on Linux runs Python 3.5. On Windows, `:python3` uses Python 3.4.4 as that is the most recent version that has an installer that runs under Wine.
The `:python2` tags run Python 2.7. The `:python3` tag on Linux runs Python 3.5.
## Usage
@@ -50,7 +52,7 @@ Add `pyinstaller=3.1.1` to your `requirements.txt`.
## Known Issues
`cdrx/pyinstaller-windows:python3` has a different Python version to `cdrx/pyinstaller-linux:python3` (3.4) because the Python 3.5 installer doesn't run correctly under Wine.
None
## History
@@ -60,6 +62,9 @@ First release, works.
#### [1.1] - 2016-12-13
Added Python 3.4 on Windows, thanks to @bmustiata
#### [1.1] - 2016-12-13
Added Python 3.5 on Windows, thanks (again) to @bmustiata