Skip to content

Commit

Permalink
Drop Django 4.1 support (reached end of life) (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Dec 5, 2023
1 parent b8fbd4d commit adba9fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

### Removed
- Drop Django 4.1 support (reached end of life)

## [1.17.0](https://pypi.org/project/model-bakery/1.17.0/)

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Intended Audience :: Developers",
Expand Down
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
env_list =
py38-django{32,41,42}-{postgresql,sqlite}
py39-django{32,41,42}-{postgresql,sqlite}
py310-django{32,41,42,50}-{postgresql,sqlite}
py311-django{32,41,42,50}-{postgresql,sqlite}
py38-django{32,42}-{postgresql,sqlite}
py39-django{32,42}-{postgresql,sqlite}
py310-django{32,42,50}-{postgresql,sqlite}
py311-django{32,42,50}-{postgresql,sqlite}
py311-django{42,50}-{postgresql-psycopg3}
py312-django{42,50}-{postgresql-psycopg3}

Expand All @@ -25,7 +25,6 @@ deps =
pytest
pytest-django
django32: Django==3.2
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5
django50: Django>=5.0,<5.1
postgresql: psycopg2-binary
Expand Down

0 comments on commit adba9fc

Please sign in to comment.