wieluk / psychopy_linux_installer

Installing PsychoPy on Linux can be challenging, so I've created an installer to make the process easier and more streamlined.
GNU General Public License v3.0
5 stars 1 forks source link

Reduce python versions #27

Closed wieluk closed 2 weeks ago

wieluk commented 2 weeks ago

python -m venv does not even take a patch version. It does not make sense to specify patch version for the installer if we cannot be sure it is used. Instead we just use mayor.minor version and dynamically download latest patch version if the mayor.minor is not installed already.

The build_python_wxpython.yaml is fixed to upload latest patch version for each python instead of using a hardcoded patch version.

This will be tested in dev now. Probably should make the build_python_wxpython.yaml more readable.