Skip to content

Commit 58c88f4

Browse files
committed
Tested with Python 3.13.
1 parent ec07f0b commit 58c88f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="IP2WHOIS",
8-
version="2.2.4",
8+
version="2.2.5",
99
author="IP2WHOIS",
1010
author_email="support@ip2whois.com",
1111
description="IP2WHOIS Python SDK to help user to check WHOIS information for a particular domain.",
@@ -33,6 +33,9 @@
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
36+
"Programming Language :: Python :: 3.11",
37+
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
3639
"License :: OSI Approved :: MIT License",
3740
"Operating System :: OS Independent",
3841
],

0 commit comments

Comments
 (0)