Skip to content

Commit 8d08c6b

Browse files
Tested with Python 3.12
- Updated setup.py with version number and Python 3.12 compatibility.
1 parent d279b7a commit 8d08c6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

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

66
setuptools.setup(
77
name="ip2location-io",
8-
version="1.0.4",
8+
version="1.0.5",
99
author="IP2Location",
1010
author_email="support@ip2location.com",
1111
description="This SDK provides users with the ability to perform IP geolocation lookup and domain WHOIS lookup through a web service.",
@@ -25,6 +25,7 @@
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
2829
"License :: OSI Approved :: MIT License",
2930
"Operating System :: OS Independent",
3031
],

0 commit comments

Comments
 (0)