From ad6ce3964be511141fc398b603771eaf573905fd Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 7 Jun 2024 13:58:39 +0100 Subject: [PATCH] test [pypi] --- pyproject.toml | 3 +-- setup.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c5c0b5e..20b3b6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ['cosmology', 'CAMB', 'CMB'] readme = "docs/README_pypi.rst" license = { file = "LICENCE.txt" } dynamic = ["version"] -requires-python = ">=3.6.0" +requires-python = ">=3.7.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent", @@ -20,7 +20,6 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Astronomy", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/setup.py b/setup.py index b7103e7f..752ad950 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ import subprocess import os import shutil -import re from typing import Any from setuptools import setup, Command, Extension from setuptools.command.build_ext import build_ext