File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ classifiers = [
2727 ' Operating System :: MacOS :: MacOS X' ,
2828 ' Operating System :: Microsoft :: Windows' ,
2929 ' Programming Language :: Python' ,
30- ' Programming Language :: Python :: 3.9' ,
31- ' Programming Language :: Python :: 3.10' ,
3230 ' Programming Language :: Python :: 3.11' ,
3331 ' Programming Language :: Python :: 3.12' ,
32+ ' Programming Language :: Python :: 3.13' ,
33+ ' Programming Language :: Python :: 3.14' ,
3434 ' Programming Language :: C' ,
3535 ' Topic :: Scientific/Engineering' ,
3636 ' Topic :: Scientific/Engineering :: Bio-Informatics' ,
3737 ' Topic :: Scientific/Engineering :: Chemistry' ,
3838 ' Topic :: Software Development :: Libraries :: Python Modules' ,
3939]
4040urls = {Homepage = " http://mdanalysis.org/pytng" }
41- requires-python = " >= 3.9 "
41+ requires-python = " >= 3.10 "
4242dependencies = [
4343 " numpy>1.22.3" ,
4444]
You can’t perform that action at this time.
0 commit comments