Skip to content

Commit

Permalink
build: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 13, 2024
1 parent 69b21ec commit 357d473
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Change Log
Unreleased
~~~~~~~~~~

[3.2.0] - 2024-03-12
~~~~~~~~~~~~~~~~~~~~

Added
+++++
* Adding python 3.12 support.
* Removed django32 support.

[3.1.0] - 2023-07-21
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ def is_requirement(line):
classifiers=[
'Development Status :: 4 - Beta',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.12',
],
)
2 changes: 1 addition & 1 deletion user_tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django.dispatch import Signal

__version__ = '3.1.0'
__version__ = '3.2.0'


# This signal is emitted when a user task reaches any final state:
Expand Down

0 comments on commit 357d473

Please sign in to comment.