Skip to content

Commit bebcd48

Browse files
committed
downgrade python requirement to 3.4
* for testing with python3 albula, which has been built against python3.4
1 parent e8b9ef3 commit bebcd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# NOTE: This file must remain Python 2 compatible for the foreseeable future,
88
# to ensure that we error out properly for people with outdated setuptools
99
# and/or pip.
10-
min_version = (3, 6)
10+
min_version = (3, 4)
1111
if sys.version_info < min_version:
1212
error = """
1313
qt-epics does not support Python {0}.{1}.

0 commit comments

Comments
 (0)