Skip to content

Commit 8627845

Browse files
awais786feanil
authored andcommitted
build: adding python3.12 support.
1 parent bf61300 commit 8627845

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~
1616

17+
[3.2.0] - 2024-03-12
18+
~~~~~~~~~~~~~~~~~~~~
19+
20+
Added
21+
+++++
22+
* Adding python 3.12 support.
23+
* Removed django32 support.
1724

1825
[3.1.0] - 2023-07-21
1926
~~~~~~~~~~~~~~~~~~~~

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ def is_requirement(line):
119119
classifiers=[
120120
'Development Status :: 4 - Beta',
121121
'Framework :: Django',
122-
'Framework :: Django :: 3.2',
123122
'Framework :: Django :: 4.2',
124123
'Intended Audience :: Developers',
125124
'License :: OSI Approved :: Apache Software License',
126125
'Natural Language :: English',
127126
'Programming Language :: Python :: 3',
128127
'Programming Language :: Python :: 3.8',
128+
'Programming Language :: Python :: 3.12',
129129
],
130130
)

Diff for: user_tasks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from django.dispatch import Signal
66

7-
__version__ = '3.1.0'
7+
__version__ = '3.2.0'
88

99

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

0 commit comments

Comments
 (0)