You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "neo"
3
-
version = "0.14.0.dev0"
3
+
version = "0.14.0"
4
4
authors = [{name = "Neo authors and contributors"}]
5
5
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
6
6
readme = "README.rst"
@@ -18,6 +18,7 @@ classifiers = [
18
18
"Programming Language :: Python :: 3.10",
19
19
"Programming Language :: Python :: 3.11",
20
20
"Programming Language :: Python :: 3.12",
21
+
"Programming Language :: Python :: 3.13",
21
22
"Programming Language :: Python :: 3 :: Only",
22
23
]
23
24
@@ -48,7 +49,7 @@ test = [
48
49
# "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
49
50
"pytest",
50
51
"pytest-cov",
51
-
# datalad # this dependency is covered by conda (environment_testing.yml)
52
+
# datalad # this dependency is covered by conda (environment_testing.yml)-- maybe moving straight to ci
0 commit comments