Skip to content

Commit

Permalink
Drop support for Django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Aug 22, 2023
1 parent 8470581 commit 6f8d138
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- "3.10"
- "3.11"
django-version:
- "django22"
- "django32"
- "django42"
mysql-image:
Expand Down Expand Up @@ -72,7 +71,6 @@ jobs:
- "3.10"
- "3.11"
django-version:
- "django22"
- "django32"
- "django42"
postgres-image:
Expand Down Expand Up @@ -118,7 +116,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
django-version:
- "django22"
- "django32"
- "django42"
python-version:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Current version (in development)

* Updated target Django versions from `3.1 -> 3.2` and `4.1 -> 4.2`
* Dropped support for Django 2.2.
* Updated target Django versions from `3.1 -> 3.2` and `4.1 -> 4.2`.
* Updated integration tests to properly test against all Django versions (#7).

## v0.6.1 (2023-08-20)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For a more detailed look at this pattern, see Stripe's ["Object IDs: Designing A
This package supports and is tested against the latest patch versions of:

- **Python:** 3.8, 3.9, 3.10, 3.11
- **Django:** 2.2, 3.2, 4.2
- **Django:** 3.2, 4.2
- **MySQL:** 5.7, 8.0
- **PostgreSQL:** 9.5, 10, 11, 12
- **SQLite:** 3.9.0+
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ deps =

[testenv]
deps =
django22: Django~=2.2.0
django32: Django~=3.2.20
django42: Django~=4.2.4
mysql: mysqlclient
Expand Down

0 comments on commit 6f8d138

Please sign in to comment.