Skip to content

Commit 233c590

Browse files
authored
Support python 3.13
1 parent c9e0c07 commit 233c590

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pyopenms_viz"
77
module = "pyopenms_viz"
88
dist-name = "pyopenms_viz"
99
author = "OpenMS Team"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
author-email = "joshuacharkow@gmail.com"
1212
home-page = "https://github.com/OpenMS/pyopenms_viz/"
1313
description = "A package for visualizing mass spectrometry data using pandas dataframes"
@@ -19,10 +19,12 @@ classifiers = [
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2224
"Topic :: Scientific/Engineering :: Bio-Informatics",
2325
"Topic :: Scientific/Engineering :: Chemistry",
2426
]
25-
requires-python = ">=3.10, <=3.13"
27+
requires-python = ">=3.10, <=3.14"
2628
dependencies = ["pandas>=0.17"]
2729

2830
[project.optional-dependencies]

0 commit comments

Comments
 (0)