testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Add windows build.

Open tillahoffmann opened this issue 2 years ago • 1 comments

Adding a windows build as in #309 is not currently possible because windows-latest does not support running linux-based images (cf. https://github.com/actions/runner-images/issues/1143). The same seems to be true for CircleCI (see https://circleci.com/docs/using-windows/#known-issues-and-limitations) and Travis (see https://travis-ci.community/t/hyper-v-support-in-windows/2605/3). Once it is feasible, running automated tests could help address #303, #108, #101, and #99.

tillahoffmann avatar Feb 17 '23 02:02 tillahoffmann

seems like this is fixed in #345?

alexanderankin avatar Dec 12 '23 05:12 alexanderankin