diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 660fa325..ca3b41dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,9 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: + - "3.10" + - "3.11" group: [1, 2, 3] steps: diff --git a/README.rst b/README.rst index f4509ee8..4da528d6 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Introduction ------------ VIP is a python package for high-contrast imaging of exoplanets and circumstellar disks. -VIP is compatible with Python 3.8, 3.9, 3.10 and 3.11 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3). +VIP is compatible with Python 3.10 and 3.11 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3). The goal of VIP is to integrate open-source, efficient, easy-to-use and well-documented implementations of high-contrast image processing algorithms to diff --git a/docs/source/index.rst b/docs/source/index.rst index e9a4b3e2..e0654d03 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,7 +11,7 @@ What is VIP? ------------ ``VIP`` stands for Vortex Image Processing. It is a python package for high-contrast imaging of exoplanets and circumstellar disks. -VIP is compatible with Python 3.8, 3.9, 3.10 and 3.11 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3). +VIP is compatible with Python 3.10 and 3.11 (Python 2 compatibility dropped with VIP 0.9.9, and Python 3.7 compatibility dropped with VIP 1.4.3). The goal of VIP is to integrate open-source, efficient, easy-to-use and well-documented implementations of high-contrast image processing algorithms to diff --git a/pyproject.toml b/pyproject.toml index b5737425..59a222d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,15 +13,13 @@ authors = [ { name = "Carlos Alberto Gomez Gonzalez" }, { name = "Valentin Christiaens", email = "valentin.christiaens@uliege.be" }, ] -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Intended Audience :: Science/Research", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Astronomy",