Skip to content

Commit 1f4ca6b

Browse files
committed
Permit Python 3.13 in pyproject.toml
1 parent af42221 commit 1f4ca6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ classifiers = [
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
4444
"Programming Language :: Python :: 3.12",
45+
"Programming Language :: Python :: 3.13",
4546
"Programming Language :: Python :: Implementation :: CPython",
4647
"Topic :: Software Development",
4748
"Topic :: Scientific/Engineering",
@@ -58,7 +59,7 @@ keywords = ["MKL", "VSL", "true randomness", "pseudorandomness",
5859
license = "BSD-3-Clause"
5960
name = "mkl_random"
6061
readme = {file = "README.md", content-type = "text/markdown"}
61-
requires-python = ">=3.9,<3.13"
62+
requires-python = ">=3.9,<3.14"
6263

6364
[project.optional-dependencies]
6465
test = ["pytest"]

0 commit comments

Comments
 (0)