Skip to content

Commit

Permalink
Add support for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-scat committed Sep 29, 2023
1 parent 481de3d commit 3a873c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="unicaps",
version="1.2.1",
version="1.2.2",
author="Sergey Scat",
author_email="[email protected]",
description="Universal CAPTCHA Solver for humans",
Expand All @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Python :: 3.11"
],
python_requires='>=3.7',
)
2 changes: 1 addition & 1 deletion unicaps/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'unicaps'
__description__ = 'Python CAPTCHA solving for Humans.'
__url__ = 'https://github.com/sergey-scat/unicaps'
__version__ = '1.2.1'
__version__ = '1.2.2'
__author__ = 'Sergey Scat'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2020-2023 Sergey Scat'

0 comments on commit 3a873c4

Please sign in to comment.