astro-sdk icon indicating copy to clipboard operation
astro-sdk copied to clipboard

Support for Python 3.10 with Astro Python SDK

Open kaxil opened this issue 2 years ago • 2 comments

I think we do support Py 3.10 for Astro Python SDK -- but we should officially test it out and add a test in CI

kaxil avatar Aug 31 '22 14:08 kaxil

Look like currently we run tests in Python3.8 env only. I was thinking to enable test for other Python versions too but CI time will increase drastically.

pankajastro avatar Sep 07 '22 13:09 pankajastro

for now, as discussed we are putting this on hold cc: @phanikumv

pankajastro avatar Sep 08 '22 08:09 pankajastro

Since now we have some separation between unit and integration tests and units tests take relatively less time so I have started on it. We will run unit tests for Python-{3.8,3.9,10}

pankajastro avatar Jan 19 '23 18:01 pankajastro