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

Merge branch 'feature-remove_python_37' into 'master'

Remove python 3.7 support

See merge request !19
parents 873b894a 73ef0696
No related branches found
No related tags found
1 merge request!19Remove python 3.7 support
Pipeline #2669 passed with stage
in 29 seconds
......@@ -21,7 +21,7 @@ before_script:
- pip install -e .[dev]
linting:
image: python:3.6
image: python:3.8
tags:
- passoft
stage: test
......@@ -29,22 +29,6 @@ linting:
- flake8 lopt
- flake8 tests
python3.6:
image: python:3.6
tags:
- passoft
stage: test
script:
- python -m unittest
python3.7:
image: python:3.7
tags:
- passoft
stage: test
script:
- python -m unittest
python3.8:
image: python:3.8
tags:
......
package:
name: lopt
version: 2022.1.0.0
version: 2023.2.0.0
source:
path: ../
......@@ -11,10 +11,10 @@ build:
requirements:
build:
- python >=3.6
- python >=3.8
- pip
run:
- python >=3.6
- python >=3.8
test:
source_files:
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2022.1.0.0'
__version__ = '2023.2.0.0'
......@@ -20,8 +20,6 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
description="Display time in PASSCAL time format",
......@@ -44,7 +42,7 @@ setup(
keywords='lopt',
name='lopt',
packages=find_packages(include=['lopt']),
url='https://git.passcal.nmt.edu/passoft/lopt',
version='2022.1.0.0',
url='https://git.passcal.nmt.edu/software_public/passoft/lopt',
version='2023.2.0.0',
zip_safe=False,
)
[tox]
envlist = py36, py37, py38, flake8
envlist = py38, flake8
[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