lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Run fast CI tests on intermediate Python versions #39

Closed ncoghlan closed 1 week ago

ncoghlan commented 1 week 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 week 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.