Skip to content

Commit 8358ab3

Browse files
committed
Add support for Python 3.13 and 3.14 in classifiers
1 parent 11da552 commit 8358ab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2426
"Topic :: Scientific/Engineering",
2527
]
2628
keywords = ["jupyter", "kernel", "datalab", "scientific", "data processing", "xeus"]

0 commit comments

Comments
 (0)