We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9726b57 + bbe404f commit f072f75Copy full SHA for f072f75
3 files changed
Pipfile
@@ -10,11 +10,11 @@ twine = "==3.1.*"
10
nose = "==1.3.*"
11
12
[packages]
13
-apache-beam = ">=2.15.0"
14
-mysql-connector-python = ">=8.0.0"
+apache-beam = ">=2.25.0"
+mysql-connector-python = ">=8.1.0"
15
16
[requires]
17
-python_version = "3.7"
+python_version = ">=3.8,<3.12"
18
19
[scripts]
20
lint = "python setup.py lint"
0 commit comments