Skip to content

Commit

Permalink
Dropped Python 3.6 support due to end-of-life status.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
  • Loading branch information
danschef committed Jul 21, 2022
1 parent 5da7a23 commit 3415ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ you through the process.

.. note::

AROSICS has been tested with Python 3.6+. It should be fully compatible to all Python versions
from 3.6 onwards. Python 2.7 support was dropped in AROSICS 1.3 due to its end of life status.
AROSICS has been tested with Python 3.7+. It should be fully compatible to all Python versions
from 3.7 onwards. Python 2.7 support was dropped in AROSICS 1.3 due to its end of life status.


.. _pip: https://pip.pypa.io
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
],
description="An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data",
entry_points={
Expand Down Expand Up @@ -118,7 +118,7 @@
"Algorithm paper": "https://www.mdpi.com/2072-4292/9/7/676",
"Zenodo": "https://zenodo.org/record/5093940"
},
python_requires='>3.6',
python_requires='>3.7',
scripts=["arosics/arosics_cli.py"], # TODO Deprecated in 1.4.1. Remove in future.
setup_requires=req_setup,
test_suite='tests',
Expand Down

0 comments on commit 3415ba0

Please sign in to comment.