We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44569d5 commit 384069aCopy full SHA for 384069a
pyproject.toml
@@ -18,6 +18,7 @@ classifiers = [
18
'Programming Language :: Python :: 3.10',
19
'Programming Language :: Python :: 3.11',
20
'Programming Language :: Python :: 3.12',
21
+ 'Programming Language :: Python :: 3.13',
22
'Programming Language :: Python :: 3.9',
23
'Topic :: Scientific/Engineering',
24
'Topic :: Software Development',
@@ -55,7 +56,7 @@ maintainers = [
55
56
name = 'mne_lsl'
57
readme = 'README.md'
58
requires-python = '>=3.9'
-version = '1.6.0'
59
+version = '1.6.1'
60
61
[project.optional-dependencies]
62
all = [
0 commit comments