buckaroo icon indicating copy to clipboard operation
buckaroo copied to clipboard

Test against minimum package versions and maximum package versions

Open paddymul opened this issue 2 years ago • 0 comments

Buckaroo purposely behaves differently against pandas 1.x.x vs 2.x.x, but we only test against 1.x.x

Our current test matrix tests against python 3.8 and python 3.11. I would like to extend that to having the test against 3.8 install the minimum package versions, and 3.11 the maximum package versions. Not sure how to do that with pyproject.toml

Especially testing against jupyter lab 3.6, jupterlab 4.0, and nb 4.0

paddymul avatar Nov 10 '23 18:11 paddymul