Skip to content

Commit

Permalink
Remove py37 references (apache#27252)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva authored and bullet03 committed Aug 11, 2023
1 parent 0144433 commit 9823337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ docker_image_default_repo_prefix=beam_
# supported flink versions
flink_versions=1.12,1.13,1.14,1.15,1.16
# supported python versions
python_versions=3.7,3.8,3.9,3.10,3.11
python_versions=3.8,3.9,3.10,3.11
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

_LOGGER = logging.getLogger(__name__)

_PYTHON_VERSIONS_SUPPORTED_BY_DATAFLOW = ['3.7', '3.8', '3.9', '3.10', '3.11']
_PYTHON_VERSIONS_SUPPORTED_BY_DATAFLOW = ['3.8', '3.9', '3.10', '3.11']


class Step(object):
Expand Down

0 comments on commit 9823337

Please sign in to comment.