Skip to content

Commit

Permalink
release 0.11 for py 3.10 and 3.11
Browse files Browse the repository at this point in the history
Summary: releasing poystemd for latest version of python

Reviewed By: davide125

Differential Revision: D41749671

fbshipit-source-id: ebf32fe8f441a32e7e139cf923e457f5c21fc640
  • Loading branch information
Alvaro Leiva Geisse authored and facebook-github-bot committed Dec 6, 2022
1 parent 8291029 commit abb8475
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
version=__version__,
packages=["pystemd", "pystemd.systemd1", "pystemd.machine1", "pystemd.DBus"],
author="Alvaro Leiva",
author_email="aleivag@fb.com",
author_email="aleivag@meta.com",
ext_modules=external_modules,
url="https://github.com/facebookincubator/pystemd",
classifiers=[
Expand All @@ -103,7 +103,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 5 - Production/Stable",
"Topic :: Utilities",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
],
Expand Down

0 comments on commit abb8475

Please sign in to comment.