Skip to content

Commit e7be3a8

Browse files
committed
bump: version to 0.4.0 and update dependency range to support Python 3.14
1 parent f3337fb commit e7be3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="strongtyping-pyoverload",
21-
version="0.3.2",
21+
version="0.4.0",
2222
description="A Runtime method overload decorator.",
2323
long_description=README,
2424
long_description_content_type="text/markdown",
@@ -34,7 +34,7 @@
3434
"Programming Language :: Python :: 3.12",
3535
"Programming Language :: Python :: 3.13",
3636
],
37-
install_requires=["strongtyping>=3.9,>=3.10,<=3.13"],
37+
install_requires=["strongtyping>=3.9,>=3.10,<=3.14"],
3838
dependencies="",
3939
packages=packages,
4040
python_requires=">=3.9",

0 commit comments

Comments
 (0)