Skip to content

Commit 3c92dcc

Browse files
Tested with Python 3.13.
1 parent 606a1f5 commit 3c92dcc

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This module can be useful in many types of projects, for example
1212

1313
# Developer Documentation
1414
To learn more about installation, usage, and code examples, please visit the developer documentation at [https://mailboxvalidator-python.readthedocs.io/en/latest/index.html.](https://mailboxvalidator-python.readthedocs.io/en/latest/index.html)
15-
Copyright
16-
=========
1715

18-
Copyright (C) 2018-2024 by MailboxValidator.com, support@mailboxvalidator.com
16+
17+
# Copyright
18+
Copyright (C) 2018-2025 by MailboxValidator.com, support@mailboxvalidator.com

setup.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="MailboxValidator",
8-
version="1.3.0",
8+
version="1.3.1",
99
author="MailboxValidator.com",
1010
author_email="support@mailboxvalidator.com",
1111
description="Email verification module for Python using MailboxValidator API. It validates if the email is valid, from a free provider, contains high-risk keywords, whether it\'s a catch-all address and so much more.",
@@ -19,6 +19,14 @@
1919
"Intended Audience :: Developers",
2020
"Topic :: Software Development :: Libraries :: Python Modules",
2121
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2230
"License :: OSI Approved :: MIT License",
2331
"Operating System :: OS Independent",
2432
),

0 commit comments

Comments
 (0)