Skip to content

Commit 5d51061

Browse files
committed
No longer support Python 2.7
1 parent 3fd900d commit 5d51061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = experiment control automation
1414
license = BSD
1515
classifiers =
1616
License :: OSI Approved :: BSD License
17-
Programming Language :: Python :: 2.7
17+
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: 3.6
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
@@ -23,7 +23,7 @@ classifiers =
2323
zip_safe = False
2424
include_package_data = True
2525
packages = find:
26-
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5
26+
python_requires = >=3.6
2727
install_requires =
2828
blacs>=2.7.0
2929
labscript>=2.6.0

0 commit comments

Comments
 (0)