File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Graphical interface to scientific instruments and experiment supervision
66
7- [ ![ Actions Status] ( https://github.com/labscript-suite/blacs/workflows/Build%20and%20Release/badge.svg?branch=maintenance%2F3.0.x )] ( https://github.com/labscript-suite/blacs/actions )
7+ [ ![ Actions Status] ( https://github.com/labscript-suite/blacs/workflows/Build%20and%20Release/badge.svg )] ( https://github.com/labscript-suite/blacs/actions )
88[ ![ License] ( https://img.shields.io/pypi/l/blacs.svg )] ( https://github.com/labscript-suite/blacs/raw/master/LICENSE.txt )
99[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/blacs.svg )] ( https://python.org )
1010[ ![ PyPI] ( https://img.shields.io/pypi/v/blacs.svg )] ( https://pypi.org/project/blacs )
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=64" , " wheel " , " setuptools_scm>=8" ]
2+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
33build-backend = " setuptools.build_meta"
44
55[tool .setuptools_scm ]
@@ -25,17 +25,10 @@ license = {file = 'LICENSE.txt'}
2525classifiers = [
2626 " License :: OSI Approved :: BSD License" ,
2727 " Programming Language :: Python :: 3 :: Only" ,
28- " Programming Language :: Python :: 3.6" ,
29- " Programming Language :: Python :: 3.7" ,
30- " Programming Language :: Python :: 3.8" ,
31- " Programming Language :: Python :: 3.9" ,
32- " Programming Language :: Python :: 3.10" ,
33- " Programming Language :: Python :: 3.11" ,
3428]
35- requires-python = " >=3.6 "
29+ requires-python = " >=3.8 "
3630dependencies = [
3731 " desktop-app>=0.1.2" ,
38- " importlib_metadata" ,
3932 " labscript_utils>=3.1.0b1" ,
4033 " runmanager>=3.0.0" ,
4134 " qtutils>=2.2.2" ,
You can’t perform that action at this time.
0 commit comments