Skip to content

Commit 4f4bbf0

Browse files
author
Takashi Matsuo
committed
disable py-3.9 build
- dataflow/encryption-keys - dataflow/flex-templates/streaming_beam
1 parent a4ccfb3 commit 4f4bbf0

File tree

4 files changed

+2
-80
lines changed

4 files changed

+2
-80
lines changed

dataflow/encryption-keys/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
2626

2727
# Any default versions that should be ignored.
28-
IGNORED_VERSIONS = ["2.7", "3.8"]
28+
IGNORED_VERSIONS = ["2.7", "3.8", "3.9"]
2929

3030
TESTED_VERSIONS = sorted([v for v in ALL_VERSIONS if v not in IGNORED_VERSIONS])
3131

dataflow/encryption-keys/noxfile_config.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

dataflow/flex-templates/streaming_beam/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
2626

2727
# Any default versions that should be ignored.
28-
IGNORED_VERSIONS = ["2.7", "3.8"]
28+
IGNORED_VERSIONS = ["2.7", "3.8", "3.9"]
2929

3030
TESTED_VERSIONS = sorted([v for v in ALL_VERSIONS if v not in IGNORED_VERSIONS])
3131

dataflow/flex-templates/streaming_beam/noxfile_config.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)