File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Plugin architecture for controlling experiment hardware
6
6
7
- [ ![ Actions Status] ( https://github.com/labscript-suite/labscript-devices/workflows/Build%20and%20Release/badge.svg?branch=maintenance%2F3.0.x )] ( https://github.com/labscript-suite/labscript-devices/actions )
7
+ [ ![ Actions Status] ( https://github.com/labscript-suite/labscript-devices/workflows/Build%20and%20Release/badge.svg )] ( https://github.com/labscript-suite/labscript-devices/actions )
8
8
[ ![ License] ( https://img.shields.io/pypi/l/labscript-devices.svg )] ( https://github.com/labscript-suite/labscript-devices/raw/master/LICENSE.txt )
9
9
[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/labscript-devices.svg )] ( https://python.org )
10
10
[ ![ PyPI] ( https://img.shields.io/pypi/v/labscript-devices.svg )] ( https://pypi.org/project/labscript-devices )
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=64" , " wheel " , " setuptools_scm>=8" ]
2
+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .setuptools_scm ]
@@ -25,18 +25,11 @@ license = {file = 'LICENSE.txt'}
25
25
classifiers = [
26
26
" License :: OSI Approved :: BSD License" ,
27
27
" 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" ,
34
28
]
35
- requires-python = " >=3.6 "
29
+ requires-python = " >=3.8 "
36
30
dependencies = [
37
31
" blacs>=3.0.0" ,
38
32
" runmanager>=3.0.0" ,
39
- " importlib_metadata" ,
40
33
" labscript>=3.0.0" ,
41
34
" labscript_utils>=3.0.0" ,
42
35
" numpy>=1.15.1" ,
You can’t perform that action at this time.
0 commit comments