Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add python312 support #82

Merged
merged 4 commits into from
Mar 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: bump package version
UsamaSadiq committed Mar 4, 2024
commit 9bae0566aabe29323c2e872c09620882e8394c3e
2 changes: 1 addition & 1 deletion milestones/__init__.py
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
"""


__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -76,8 +76,8 @@ def is_requirement(line):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
],
packages=find_packages(exclude=["tests"]),