cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

meson: enforce python must be >= 3.11 #38

Closed dcbaker closed 2 months ago

dcbaker commented 2 months ago

Since we require both tomllib and the asyncio.timeout function. We could lower the requirement if and/or when that becomes necessary.

tylerjw commented 2 months ago

Tested locally and this seems to work. Thank you!

dcbaker commented 2 months ago

No problem!