Skip to content

Commit f753003

Browse files
committed
Update readme link, project metadata, and dependencies
1 parent 6dfc3d1 commit f753003

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Plugin architecture for controlling experiment hardware
66

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)
88
[![License](https://img.shields.io/pypi/l/labscript-devices.svg)](https://github.com/labscript-suite/labscript-devices/raw/master/LICENSE.txt)
99
[![Python Version](https://img.shields.io/pypi/pyversions/labscript-devices.svg)](https://python.org)
1010
[![PyPI](https://img.shields.io/pypi/v/labscript-devices.svg)](https://pypi.org/project/labscript-devices)

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"]
2+
requires = ["setuptools>=64", "setuptools_scm>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -25,18 +25,11 @@ license = {file = 'LICENSE.txt'}
2525
classifiers = [
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"
3630
dependencies = [
3731
"blacs>=3.0.0",
3832
"runmanager>=3.0.0",
39-
"importlib_metadata",
4033
"labscript>=3.0.0",
4134
"labscript_utils>=3.0.0",
4235
"numpy>=1.15.1",

0 commit comments

Comments
 (0)