Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Vedrilla committed Oct 4, 2023
1 parent 529a062 commit 060ba0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
django-version: [32, 41, 42, 50]
django-version: [32, 41, 42]

exclude:
- python-version: '3.12'
Expand Down
1 change: 0 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

* *1.2.0** (2023-10-04)
* Added Python 3.12 support
* Added Django 5.0 support
* Updated internal linter packages

* *1.1.6** (2023-09-08)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ target-version = "py312"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py{38,39,310,311}-django{32,41,42,50}
envlist = py{38,39,310,311}-django{32,41,42}
isolated_build = True
[testenv]
Expand All @@ -166,7 +166,6 @@ deps =
django32: Django>=3.2,<3.3
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
extras = dev,
commands =
pytest --ds settings tests
Expand Down

0 comments on commit 060ba0b

Please sign in to comment.