Skip to content

Commit be21d19

Browse files
committed
Introduce upper bound on supported Python version
Fixes #142
1 parent 60ba076 commit be21d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"https://github.com/smheidrich/py-json-stream-rs-tokenizer"
3030
)
3131
},
32-
python_requires=">=3.8,<4",
32+
python_requires=">=3.8,<3.15",
3333
install_requires=[],
3434
extras_require={
3535
"benchmark": [

0 commit comments

Comments
 (0)