From 025bfbe63bad8749f54653da0aff27220dd27a63 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 13 Sep 2024 10:50:16 +0800 Subject: [PATCH] Add link to final PyPI release, and update trove classifier. --- README.rst | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index cadd563..1ff24b1 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,9 @@ Example usage of PyGObject with native asyncio support:: app = Gtk.Application(...) app.run() -The last published version of this project (v0.6.6) is compatible with versions of -PyGObject prior to 3.50.0. +The last published version of this project (`v0.6.6 +`__) is compatible with versions of +PyGObject prior to 3.50.0, and CPython 3.8-3.13. .. |pyversions| image:: https://img.shields.io/pypi/pyversions/gbulb.svg :target: https://pypi.python.org/pypi/gbulb diff --git a/pyproject.toml b/pyproject.toml index 0ba4420..d5eba6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ keywords = [ "tulip", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 7 - Inactive", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX",