libepoxy icon indicating copy to clipboard operation
libepoxy copied to clipboard

Update msvc-env.yml

Open mosfet80 opened this issue 1 year ago • 3 comments

updated BSFishy/meson-build

mosfet80 avatar Sep 15 '23 12:09 mosfet80

It usually helps to specify why you need to change something. In this particular case: why is it necessary to update the version of the action?

ebassi avatar Sep 25 '23 11:09 ebassi

The libraries currently used allow the use of Python v 3.5 (eol 2020), which is not safe to use.

meson build to 1.0.3 update to setup-python@v4 meson-version to 1.2.2

now minimum requirements are:

[Python] version 3.7 or newer [Ninja] version 1.8.2 or newer

mosfet80 avatar Oct 04 '23 15:10 mosfet80

Perfect, thank you for the explanation.

ebassi avatar Oct 04 '23 16:10 ebassi