Skip to content

Commit 8638682

Browse files
committed
update to latest helpers
1 parent c81429d commit 8638682

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
pkg_name = "mood.mqueue"
30-
pkg_version = "1.5.1"
30+
pkg_version = "1.6.0"
3131
pkg_desc = "Python POSIX message queues interface (Linux only)"
3232

3333
PKG_VERSION = ("PKG_VERSION", "\"{0}\"".format(pkg_version))
@@ -52,7 +52,7 @@
5252
keywords="linux mqueue",
5353

5454
setup_requires = ["setuptools>=24.2.0"],
55-
python_requires="~=3.8",
55+
python_requires="~=3.10",
5656
packages=find_packages(),
5757
namespace_packages=["mood"],
5858
zip_safe=False,
@@ -75,7 +75,7 @@
7575
"Intended Audience :: Developers",
7676
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
7777
"Operating System :: POSIX :: Linux",
78-
"Programming Language :: Python :: 3.8",
78+
"Programming Language :: Python :: 3.10",
7979
"Programming Language :: Python :: Implementation :: CPython"
8080
]
8181
)

src/helpers

Submodule helpers updated 1 file

0 commit comments

Comments
 (0)