Skip to content

Commit

Permalink
⬆️ [#8] Upgrade django to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Mar 22, 2024
1 parent 6441282 commit c9ed79f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
django: ['3.2', '4.2']
django: ['4.2']

name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }})

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Requirements
------------

* Python 3.9 or above
* Django 3.2/4.2 or newer
* Django 4.2 or newer


Install
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ keywords = ["TODO"]
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Intended Audience :: Developers",
"Operating System :: Unix",
Expand All @@ -28,7 +27,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"django>=3.2.23",
"django>=4.2.11",
"django-axes>=6.3.0",
"django-cors-headers>=4.3.1",
"django-markup>=1.8.1",
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist =
py{39,310}-django{3.2}
py{310,311,312}-django{42}
isort
black
Expand All @@ -10,14 +9,12 @@ skip_missing_interpreters = true

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
DJANGO =
3.2: django32
4.2: django42

[testenv]
Expand Down

0 comments on commit c9ed79f

Please sign in to comment.