Skip to content
Snippets Groups Projects
Commit 5e5e143d authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Update python support requirement (3.7+ to 3.9+) + Bump up version number (2022.283 -> 2022.290)

parent 85b75d2a
No related branches found
No related tags found
1 merge request!22Data group feedback
Pipeline #1871 passed with stage
in 2 minutes and 46 seconds
......@@ -23,7 +23,7 @@ before_script:
- pip install -e .[dev]
flake8:
image: python:3.8
image: python:3.9
tags:
- passoft
stage: Static Analysis and Test
......@@ -31,31 +31,23 @@ flake8:
- flake8 lemi2seed tests
mypy:
image: python:3.8
image: python:3.9
tags:
- passoft
stage: Static Analysis and Test
script:
- python -m mypy --config-file ./setup.cfg lemi2seed
python3.7:
image: python:3.7
tags:
- passoft
stage: Static Analysis and Test
script:
- python -m unittest
python3.8:
image: python:3.8
python3.9:
image: python:3.9
tags:
- passoft
stage: Static Analysis and Test
script:
- python -m unittest
python3.9:
image: python:3.9
python3.10:
image: python:3.10
tags:
- passoft
stage: Static Analysis and Test
......
......@@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://git.passcal.nmt.edu/MT/lemi2seed/issues.
Report bugs at https://git.passcal.nmt.edu/software_public/mt/lemi2seed/issues.
If you are reporting a bug, please include:
......@@ -46,7 +46,7 @@ Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at
https://git.passcal.nmt.edu/MT/lemi2seed/issues.
https://git.passcal.nmt.edu/software_public/mt/lemi2seed/issues.
If you are proposing a feature:
......@@ -62,7 +62,7 @@ Ready to contribute? Here's how to set up `lemi2seed` for local development.
1. Clone the `lemi2seed` repo:
* $ git clone https://git.passcal.nmt.edu/MT/lemi2seed.git
* $ git clone https://git.passcal.nmt.edu/software_public/mt/lemi2seed.git
2. Install your local copy:
......
package:
name: lemi2seed
version: 2022.025
version: 2022.290
source:
path: ../
......@@ -29,7 +29,7 @@ test:
about:
home: https://www.passcal.nmt.edu/content/software-resources
dev_url: https://git.passcal.nmt.edu/MT/lemi2seed
dev_url: https://git.passcal.nmt.edu/software_public/mt/lemi2seed
license: GPLv3
license_file: LICENSE
summary: Convert LEMI data and metadata into day-long mseed and StationXML files.
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2022.025'
__version__ = '2022.290'
[software]
author = Maeva Pourpoint
name = lemi2seed
version = 2022.283
version = 2022.290
[sheets]
header = A1
......
......@@ -20,9 +20,8 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
description="Convert LEMI data and metadata into day-long mseed and "
"StationXML files.",
......@@ -50,7 +49,7 @@ setup(
keywords='lemi2seed',
name='lemi2seed',
packages=find_packages(include=['lemi2seed']),
url='https://git.passcal.nmt.edu/MT/lemi2seed',
version='2022.025',
url='https://git.passcal.nmt.edu/software_public/mt/lemi2seed',
version='2022.290',
zip_safe=False,
)
[tox]
envlist = py37, py38, py39, flake8, mypy
envlist = py39, py310, flake8, mypy
[testenv:flake8]
basepython = python
......
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