lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
178 stars 6 forks source link

Run fast CI tests on intermediate Python versions #39

Closed ncoghlan closed 1 month ago

ncoghlan commented 1 month ago

Because test_sample_project is so slow (and test_minimal_project isn't great either), venvstacks CI operates on a model of "test the oldest and newest supported Python versions".

It would be convenient if:

ncoghlan commented 1 month ago

I worked out a reasonable way to do this when adding 3.13 to the CI test matrix in #40, so this follow-up issue ended up not being necessary.