We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3337fb commit e7be3a8Copy full SHA for e7be3a8
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="strongtyping-pyoverload",
21
- version="0.3.2",
+ version="0.4.0",
22
description="A Runtime method overload decorator.",
23
long_description=README,
24
long_description_content_type="text/markdown",
@@ -34,7 +34,7 @@
34
"Programming Language :: Python :: 3.12",
35
"Programming Language :: Python :: 3.13",
36
],
37
- install_requires=["strongtyping>=3.9,>=3.10,<=3.13"],
+ install_requires=["strongtyping>=3.9,>=3.10,<=3.14"],
38
dependencies="",
39
packages=packages,
40
python_requires=">=3.9",
0 commit comments