From 7c4c06028d0dc550e61cc5199d510ddd43fdd2d9 Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Tue, 20 Jun 2023 11:59:46 +0100 Subject: [PATCH] Belatedly update mention of python versions in docs etc --- README.md | 2 +- docs/introduction.rst | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 023a03b..ec39cb7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Django Ditto [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) -A collection of Django apps for copying things from third-party sites and services. Requires Python 3.9 to 3.11, and Django 3.2, 4.1, or 4.2. +A collection of Django apps for copying things from third-party sites and services. Requires Python 3.9 to 3.12, and Django 3.2, 4.1, or 4.2. [Read the documentation.](http://django-ditto.readthedocs.io/en/latest/) diff --git a/docs/introduction.rst b/docs/introduction.rst index 75a93ff..fe8eb6a 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -4,7 +4,7 @@ Introduction A collection of Django apps for copying things from third-party sites and services. If something doesn't make sense, `email Phil Gyford `_ and I'll try and clarify it. -Requires Python 3.9 to 3.11, and Django 3.2,, 4.1 and 4.2. +Requires Python 3.9 to 3.12, and Django 3.2,, 4.1 and 4.2. `See screenshots of a site using the supplied templates. `_ diff --git a/setup.py b/setup.py index 87c36cb..3b543ae 100644 --- a/setup.py +++ b/setup.py @@ -124,6 +124,7 @@ def get_author_email(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", ],