Skip to content

Commit

Permalink
Merge pull request #1 from jazzband/master
Browse files Browse the repository at this point in the history
Update Django testing versions (#206)
  • Loading branch information
raagin authored Nov 2, 2023
2 parents 31f4203 + ddf321f commit d931e77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
django-version: ['3.2', '4.0', 'main']
django-version: ['3.2', '4.2', 'main']
include:
- python-version: '3.7'
django-version: '3.2'
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ provided by this package as drop in replacement for django's
Requirements
============

**django-sortedm2m** runs on Python 3.6+ and Django from 2.1 to 3.0.
**django-sortedm2m** runs on Python 3.6+ and multiple Django versions.
See the ``.github/workflows/test.yml`` configuration for the tested Django versions.

Usage
=====
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py37,py38,py39,py310}-django32-{sqlite3,mysql,postgresql}
{py38,py39,py310}-django{40,main}-{sqlite3,mysql,postgresql}
{py38,py39,py310}-django{42,main}-{sqlite3,mysql,postgresql}
quality
dist-validation
qunit
Expand All @@ -16,7 +16,7 @@ python =
[gh-actions:env]
DJANGO =
3.2: django32
4.0: django40
4.2: django42
main: djangomain

[testenv]
Expand All @@ -25,7 +25,7 @@ deps =
mysql: mysqlclient
postgresql: psycopg2-binary
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
django42: Django>=4.2,<4.3
djangomain: https://github.com/django/django/archive/main.tar.gz
ignore_outcome =
main: True
Expand All @@ -49,7 +49,7 @@ commands =

[testenv:quality]
deps =
Django>=2.2,<3.0
Django>=3.2,<4.0
selenium<4.0
psycopg2-binary
-rrequirements.txt
Expand Down

0 comments on commit d931e77

Please sign in to comment.