THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Remove Python version by following the below steps
- Bump the python version in setup.py and update the python version warning in __init__.py.
- Delete the unsupported Python version containers from sdks/python/container
- Remove the test-suites for the unsupported python version from
- Remove unsupported py{version} from the following files/directories
- sdks/python/test-suites/gradle.properties
- apache_beam/testing/tox
- apache_beam/testing/dataflow
- apache_beam/testing/direct
- apache_beam/testing/portable
- Remove the unsupported python version gradle tasks from
- beam/.test-infra/{DSL_SCRIPT}.groovy
- build.gradle.kts
- settings.gradle.kts
- buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
- Remove the support for building wheels and source distributions for the unsupported Python version from .github/workflows/build_wheels.yml
- Remove the unsupported Python version from GitHub actions unit tests at .github/workflows/python_tests.yml
- Remove the unsupported Python version from sdks/python/tox.ini
- Remove unsupported py{version} from the following files/directories
- Clean up any code that applies to unsupported Python version[Optional]
Pull request for removing Python 3.6 support from Apache Beam: https://github.com/apache/beam/pull/17252