Skip to content

Commit

Permalink
Remove test under Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 16, 2024
1 parent b84aa78 commit 15bfd3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
django: ['3.2', '4.1', '4.2']
django: ['3.2', '4.2']
exclude:
- python: '3.12'
django: '3.2'
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
Operating System :: Unix
Expand Down
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{38,39,310}-django{32,41,42}
py{38,39,310,311,312}-django{41,42}
py{38,39,310}-django32
py{38,39,310,311,312}-django{42}
isort
black
docs
Expand All @@ -10,7 +10,6 @@ skip_missing_interpreters = true
[gh-actions:env]
DJANGO =
3.2: django32
4.1: django41
4.2: django42

[testenv]
Expand All @@ -27,7 +26,6 @@ extras =
coverage
deps =
django32: Django~=3.2.0
django41: Django~=4.1.0
django42: Django~=4.2.0
commands =
py.test tests \
Expand Down

0 comments on commit 15bfd3f

Please sign in to comment.