astronomer / astronomer-providers

Airflow Providers containing Deferrable Operators & Sensors from Astronomer
https://astronomer-providers.rtfd.io/
Apache License 2.0
135 stars 25 forks source link

Test astronomer-providers on all supported Python versions #1310

Closed pankajkoti closed 8 months ago

pankajkoti commented 1 year ago

Now that the runtime image supports multiple Python versions, modify our setup and scripts to test the providers with all supported versions

phanikumv commented 11 months ago

This is completed I believe @pankajkoti ?

pankajkoti commented 11 months ago

Not yet @phanikumv. Our production hosted deployment only tests for Python 3.9 images https://github.com/astronomer/astronomer-providers/blob/main/.circleci/integration-tests/Dockerfile.astro_cloud#L2

The idea here was to discuss to see if we need deployments for each of the Python versions and if yes, modify our scripts to deploy on all Python version deployments. This would also mean we would need secrets configured for each of the deployments.

cc: @vatsrahul1001

vatsrahul1001 commented 8 months ago

We do test now on multiple python env in our regression. closing this