Skip to content

Commit ea557dc

Browse files
committed
Set lower required python to 3.5.2 and avoid issues with flake8-typing-imports.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
1 parent 24871be commit ea557dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog/10.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Set lower required python to `3.5.2` and avoid issues with `flake8-typing-imports`.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include_package_data = True
3333
package_dir =
3434
=src
3535
packages = find:
36-
python_requires = >= 3.5.6
36+
python_requires = >= 3.5.2
3737
setup_requires =
3838
setuptools>=50.3.2
3939
setuptools_scm[toml]>=3.4

0 commit comments

Comments
 (0)