From eeab54b4f06f5b2b92dd79d4b364780ae72137b8 Mon Sep 17 00:00:00 2001 From: Alexandre Decan Date: Mon, 8 May 2023 15:15:37 +0200 Subject: [PATCH] 1.6.5? --- .github/workflows/test.yaml | 2 +- README.rst | 2 +- docs/installation.rst | 2 +- setup.py | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 525f060..9ddd7dc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python diff --git a/README.rst b/README.rst index c6cbb97..c33e45f 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ More specifically, Sismic provides: Installation ------------ -Sismic requires Python >=3.6. +Sismic requires Python >=3.7. Sismic can be installed using ``pip`` as usual: ``pip install sismic``. This will install the latest stable version. diff --git a/docs/installation.rst b/docs/installation.rst index 646f468..0993b69 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,7 +4,7 @@ Installation Using pip --------- -Sismic requires Python >=3.6, and can be installed using ``pip`` as usual: ``pip install sismic``. +Sismic requires Python >=3.7, and can be installed using ``pip`` as usual: ``pip install sismic``. This will install the latest stable version. Starting from release 1.0.0, Sismic adheres to a `semantic versioning `__ scheme. diff --git a/setup.py b/setup.py index 8e70a99..f8951de 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',