From e4dd6d65c104fd68100129aa0c279bccf8f57321 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Sun, 5 Nov 2023 20:00:41 +0000 Subject: [PATCH] Bump up python to 3.9+ --- panedr/pyproject.toml | 5 +---- pyedr/pyproject.toml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/panedr/pyproject.toml b/panedr/pyproject.toml index 5c30427..8a1b47e 100644 --- a/panedr/pyproject.toml +++ b/panedr/pyproject.toml @@ -19,9 +19,6 @@ classifiers = [ "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", - "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", "Programming Language :: Python :: 3.11", @@ -29,7 +26,7 @@ classifiers = [ "Operating System :: OS Independent", ] urls = {Homepage = "https://github.com/MDAnalysis/panedr"} -requires-python = ">= 3.6" +requires-python = ">= 3.9" dependencies = [ "pyedr", "pandas", diff --git a/pyedr/pyproject.toml b/pyedr/pyproject.toml index bcae090..893c68e 100644 --- a/pyedr/pyproject.toml +++ b/pyedr/pyproject.toml @@ -19,9 +19,6 @@ classifiers = [ "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Physics", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", - "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", "Programming Language :: Python :: 3.11", @@ -29,7 +26,7 @@ classifiers = [ "Operating System :: OS Independent", ] urls = {Homepage = "https://github.com/MDAnalysis/panedr"} -requires-python = ">= 3.6" +requires-python = ">= 3.9" dependencies = [ "numpy", "tqdm",