From 3b74385d92251aa9cc75512f3945a6e5072fbc3e Mon Sep 17 00:00:00 2001 From: Fabian Jankowski Date: Thu, 23 Jan 2025 15:13:27 +0000 Subject: [PATCH] Drop Python 2.7 support. Please upgrade. --- README.md | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 01ddf4b..2b5988e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Paper link](https://img.shields.io/badge/paper-10.1093/mnras/stad2041-blue.svg)](https://doi.org/10.1093/mnras/stad2041) [![arXiv link](https://img.shields.io/badge/arXiv-2302.10107-blue.svg)](https://arxiv.org/abs/2302.10107) -This repository contains code to fit Fast Radio Burst or pulsar profiles to measure scattering and other parameters. The code is mainly developed for Python 3, but Python 2 from version 2.7 onwards should work fine. +This repository contains code to fit Fast Radio Burst or pulsar profiles to measure scattering and other parameters. The code is mainly developed for Python 3 from version 3.8 onwards. ## Author ## diff --git a/setup.py b/setup.py index 4194041..b07ddd2 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,6 @@ def get_long_description(): classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Operating System :: OS Independent", ],