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

Remove python 3.8 support

parent 488e3f59
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@ build:
requirements:
build:
- python >=3.8
- python >=3.9
- pip
run:
- python >=3.8
- python >=3.9
- obspy >=1.3.0
# needs basemap or cartopy. Cartopy has heavy deps like hdf4 and 5, so basemap for now.
# err, basemap is getting more depricated, try cartopy
......
......@@ -20,7 +20,7 @@ setup(
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
description="StationXML creation GUI",
entry_points={
......@@ -33,7 +33,7 @@ setup(
'obspy>=1.3.0',
'pyside2',
],
python_requires='>=3.8',
python_requires='>=3.9',
setup_requires = [],
extras_require={
'dev': [
......
[tox]
envlist = py38, flake8
envlist = py39, flake8
[travis]
python =
3.8: py38
3.9: py39
[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