Skip to content
Snippets Groups Projects
Commit c13eede0 authored by Carlos Vega's avatar Carlos Vega
Browse files

drop support for python <3.9

parent 109d0c83
No related branches found
No related tags found
1 merge request!445Support for Python 3.11
......@@ -46,24 +46,6 @@ test_sqlite:
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_python_3.7:
<<: *test_definition
image: python:3.7
script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
- cd smash
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_python_3.8:
<<: *test_definition
image: python:3.8
script:
- cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py"
- cd smash
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
test_python_3.9:
<<: *test_definition
image: python:3.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment