Skip to content

Commit bdc49ae

Browse files
committed
Update dependencies
1 parent 55d903a commit bdc49ae

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pyproject.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ name = "ephys-link"
77
dynamic = ["version"]
88
description = "A Python Socket.IO server that allows any Socket.IO-compliant application to communicate with manipulators used in electrophysiology experiments."
99
readme = "README.md"
10-
requires-python = ">=3.13"
10+
requires-python = ">=3.10"
1111
license = "GPL-3.0-only"
1212
keywords = ["socket-io", "manipulator", "electrophysiology", "ephys", "sensapex", "neuroscience", "neurotech", "virtualbrainlab", "new-scale"]
1313
authors = [{ name = "Kenneth Yang", email = "[email protected]" }]
1414
maintainers = [{ name = "Kenneth Yang", email = "[email protected]" }]
1515
classifiers = [
1616
"Programming Language :: Python",
17-
"Programming Language :: Python :: 3.13",
1817
"Programming Language :: Python :: Implementation :: CPython",
1918
"Programming Language :: Python :: Implementation :: PyPy",
2019
"Programming Language :: Python :: 3",
@@ -57,14 +56,14 @@ exclude = ["/.github", "/.idea", "/docs"]
5756

5857
[tool.hatch.envs.default]
5958
installer = "uv"
60-
python = "3.13"
59+
python = "3.14"
6160
dependencies = [
62-
"pyinstaller==6.15.0",
63-
"basedpyright==1.31.4",
61+
"pyinstaller==6.16.0",
62+
"basedpyright==1.32.1",
6463
"pytest==8.4.2",
65-
"pytest-cov==6.3.0",
66-
"pytest-mock==3.15.0",
67-
"pytest-asyncio==1.1.0"
64+
"pytest-cov==7.0.0",
65+
"pytest-mock==3.15.1",
66+
"pytest-asyncio==1.2.0"
6867
]
6968
[tool.hatch.envs.default.scripts]
7069
exe = "pyinstaller.exe ephys_link.spec -y -- -d && pyinstaller.exe ephys_link.spec -y"
@@ -76,7 +75,7 @@ cov = "pytest --cov=ephys_link --cov-report=html --cov-report=term-missing"
7675

7776
[tool.hatch.envs.docs]
7877
installer = "uv"
79-
python = "3.13"
78+
python = "3.14"
8079
skip-install = true
8180
dependencies = [
8281
"mkdocs-material==9.6.19",

0 commit comments

Comments
 (0)