Skip to content

Commit 418b798

Browse files
authored
Bump build through to py3.14
1 parent 749abe9 commit 418b798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]
4040
urls = {Homepage = "http://mdanalysis.org/pytng"}
41-
requires-python = ">= 3.9"
41+
requires-python = ">= 3.10"
4242
dependencies = [
4343
"numpy>1.22.3",
4444
]

0 commit comments

Comments
 (0)