Skip to content

Commit bca730f

Browse files
committed
bump requires-python to include 3.13
1 parent 827851f commit bca730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
keywords = [ 'copulas' ]
1919
dynamic = ["version"]
2020
license = { text = 'BSL-1.1' }
21-
requires-python = '>=3.8,<3.13'
21+
requires-python = '>=3.8,<3.14'
2222
readme = 'README.md'
2323
dependencies = [
2424
"numpy>=1.21.0;python_version<'3.10'",

0 commit comments

Comments
 (0)