Skip to content

Commit

Permalink
Merge pull request #392 from mgrdcm/undrop-python312-changelog
Browse files Browse the repository at this point in the history
Updating documentation to reflect actual 2.2 Django and Python supported versions
  • Loading branch information
jrief authored May 16, 2024
2 parents 21ece8a + 91b201e commit ab6e48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

### 2.2
- Add support for Django-5.0
- Drop support for Python-3.12
- Add support for Python-3.12
- Drop support for Django-4.1 and lower.
- Drop support for Python-3.8

### 2.1.11
- Upgrade all external dependencies to their latest versions.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ def readfile(filename):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
]
Expand Down

0 comments on commit ab6e48b

Please sign in to comment.