From 4b0634296379e668e97b1a31d94fdab6590e82ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20M=C3=A9ndez?= Date: Mon, 5 Feb 2024 21:43:46 -0600 Subject: [PATCH] Fixes related to declaring compatible python versions --- README.md | 2 +- pyproject.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cce360b..d40998c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ django-generic-links ==================== -![Python Compatibility](https://img.shields.io/badge/%3E%3Dpython-3.9-blue.svg) [![PyPi Version](https://img.shields.io/pypi/v/django-generic-links.svg)](https://pypi.python.org/pypi/django-generic-links) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) +![Python Compatibility](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg) [![PyPi Version](https://img.shields.io/pypi/v/django-generic-links.svg)](https://pypi.python.org/pypi/django-generic-links) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) Simple app to attach links to any Django model. Compatible with Django 4+ and Python 3.9+ diff --git a/pyproject.toml b/pyproject.toml index df3e5e6..ee21033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,6 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", - "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",