Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 025bfbe

Browse files
committed
Add link to final PyPI release, and update trove classifier.
1 parent 527e59f commit 025bfbe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Example usage of PyGObject with native asyncio support::
2121
app = Gtk.Application(...)
2222
app.run()
2323

24-
The last published version of this project (v0.6.6) is compatible with versions of
25-
PyGObject prior to 3.50.0.
24+
The last published version of this project (`v0.6.6
25+
<https://pypi.org/project/gbulb/0.6.6/>`__) is compatible with versions of
26+
PyGObject prior to 3.50.0, and CPython 3.8-3.13.
2627

2728
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/gbulb.svg
2829
:target: https://pypi.python.org/pypi/gbulb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = [
2727
"tulip",
2828
]
2929
classifiers = [
30-
"Development Status :: 4 - Beta",
30+
"Development Status :: 7 - Inactive",
3131
"Intended Audience :: Developers",
3232
"License :: OSI Approved :: Apache Software License",
3333
"Operating System :: POSIX",

0 commit comments

Comments
 (0)