Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
GNU Mailman
Postorius
Commits
70fd1540
Commit
70fd1540
authored
Jan 17, 2021
by
Abhilash Raj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'django31' into 'master'
Add support for Django 3.1 See merge request
!574
parents
919276dc
40018233
Pipeline
#245986378
passed with stage
in 20 minutes and 50 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
.gitlab-ci.yml
.gitlab-ci.yml
+10
-0
setup.py
setup.py
+1
-1
src/postorius/doc/news.rst
src/postorius/doc/news.rst
+1
-0
tox.ini
tox.ini
+1
-0
No files found.
.gitlab-ci.yml
View file @
70fd1540
...
...
@@ -50,6 +50,16 @@ py38-django-22:
script
:
-
tox -e py38-django22
py38-django31
:
stage
:
test
script
:
-
tox -e py38-django31
py39-django31
:
stage
:
test
script
:
-
tox -e py39-django31
coverage
:
stage
:
test
script
:
...
...
setup.py
View file @
70fd1540
...
...
@@ -54,7 +54,7 @@ setup(
include_package_data
=
True
,
install_requires
=
[
'django-mailman3>=1.3.5'
,
'Django>=1.11,<3.
1
'
,
'Django>=1.11,<3.
2
'
,
'mailmanclient>=3.3.2'
,
'readme_renderer[md]'
,
],
...
...
src/postorius/doc/news.rst
View file @
70fd1540
...
...
@@ -65,6 +65,7 @@ along with Postorius. If not, see <http://www.gnu.org/licenses/>.
brackets. (Closes #455)
* Add support to override ``send_welcome_message`` when mass subscribing to
suppress welcome messages. (Closes #99)
* Add support for Django 3.1.x. (See !574)
1.3.3
...
...
tox.ini
View file @
70fd1540
...
...
@@ -20,6 +20,7 @@ deps =
django21:
Django>=2.1,<2.2
django22:
Django>=2.2,<2.3
django30:
Django>=3.0,<3.1
django31:
Django>=3.1,<3.2
django-latest:
https://github.com/django/django/archive/master.tar.gz
commands
=
pytest
{posargs:../src}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment