Skip to content
Snippets Groups Projects
Commit 9edbde57 authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Remove python 3.7 support

parent be0afd73
No related branches found
No related tags found
1 merge request!10Remove python 3.7 support
Pipeline #2633 passed with stage
in 41 seconds
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -20,6 +20,15 @@ stages: ...@@ -20,6 +20,15 @@ stages:
before_script: before_script:
- pip install -e .[dev] - pip install -e .[dev]
linting_python3:
image: python:3.8
tags:
- passoft
stage: test
script:
- flake8 --ignore=E722,E712 data2passcal
- flake8 --ignore=E722,E712 tests
python3.8: python3.8:
image: python:3.8 image: python:3.8
tags: tags:
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL""" __author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu' __email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.2..0.0' __version__ = '2023.2.0.0'
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