Skip to content

Commit

Permalink
Remove Django 3.2 mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
chinskiy committed Apr 15, 2024
1 parent 466115d commit 3a4a34b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dj_anonymizer [![Build Status](https://github.com/preply/dj_anonymizer/actions/w

dj_anonymizer helps anonymize production database with any kind of fake data.

Project works with Django 3.2 or higher and Python 3.8 or higher.
Project works with Django 4.2 or higher and Python 3.8 or higher.

Documentation
==================================
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=3.2,<=3.3
Django>=4.2,<=4.3
django-appconf
flake8==7.0.0
isort==5.13.2
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ def read(*rnames):
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Topic :: Database'
],
install_requires=[
'Django>=3.2',
'Django>=4.2',
]
)

0 comments on commit 3a4a34b

Please sign in to comment.