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

Commit

Permalink
Add link to final PyPI release, and update trove classifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 13, 2024
1 parent 527e59f commit 025bfbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://pypi.org/project/gbulb/0.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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 025bfbe

Please sign in to comment.