We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7c9da commit 0f00bd1Copy full SHA for 0f00bd1
setup.cfg
@@ -26,6 +26,7 @@ classifiers =
26
Programming Language :: Python :: 3.10
27
Programming Language :: Python :: 3.11
28
Programming Language :: Python :: 3.12
29
+ Programming Language :: Python :: 3.13
30
Topic :: Scientific/Engineering
31
Topic :: Software Development
32
Typing :: Typed
@@ -44,7 +45,7 @@ install_requires =
44
45
typing_compat;python_version<'3.8'
46
47
-python_requires = >=3.7
48
+python_requires = >=3.8
49
include_package_data = True
50
package_dir =
51
=src
@@ -83,8 +84,8 @@ docs =
83
84
85
dev =
86
flake8
- pyneuroml>=0.7.2
87
- NeuroMLlite>=0.5.3
+ pyneuroml>=1.3.15
88
+ NeuroMLlite>=0.6.1
89
python-libsbml
90
modelspec[test]
91
pre-commit
0 commit comments