anholt / libepoxy

Epoxy is a library for handling OpenGL function pointer management for you
Other
680 stars 161 forks source link

Update msvc-env.yml #291

Open mosfet80 opened 1 year ago

mosfet80 commented 1 year ago

updated BSFishy/meson-build

ebassi commented 1 year ago

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?

mosfet80 commented 1 year ago

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

ebassi commented 1 year ago

Perfect, thank you for the explanation.