Commit fa15ba85 authored by Seb's avatar Seb
Browse files

update version and test matrix

parent 8fcb3d6e
......@@ -16,18 +16,11 @@ head:
before_script:
- pip install .['testing']
# TODO add 4.0+ LTS once released
# lts_211:
# image: python:3.8
# extends: .python_test
# before_script:
# - pip install .['testing'] wagtail~=2.11 django~=3.1
# lts_215:
# image: python:3.10
# extends: .python_test
# before_script:
# - pip install .['testing'] wagtail~=2.15 django~=4.0
lts_42:
image: python:3.10
extends: .python_test
before_script:
- pip install .['testing'] wagtail~=4.2 django~=4.0
flake8:
stage: lint
......
......@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup(
name="wagtailvideos",
version="4.1.0",
version="4.2.0",
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author="Neon Jungle",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment