Skip to content

Commit

Permalink
build: adding 312 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 15, 2024
1 parent 919fc17 commit 0e59d07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Change Log

.. There should always be an "Unreleased" section for changes pending release.
[5.10.2] - 2024-02-15
---------------------

Added
~~~~~
* Added python3.12 support


[5.10.1] - 2024-01-17
---------------------

Expand Down
2 changes: 1 addition & 1 deletion edx_django_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
EdX utilities for Django Application development..
"""

__version__ = "5.10.1"
__version__ = "5.10.2"

default_app_config = (
"edx_django_utils.apps.EdxDjangoUtilsConfig"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ def is_requirement(line):
classifiers=[
'Development Status :: 3 - Alpha',
'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',
],
)

0 comments on commit 0e59d07

Please sign in to comment.