File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
29
29
pkg_name = "mood.mqueue"
30
- pkg_version = "1.5.1 "
30
+ pkg_version = "1.6.0 "
31
31
pkg_desc = "Python POSIX message queues interface (Linux only)"
32
32
33
33
PKG_VERSION = ("PKG_VERSION" , "\" {0}\" " .format (pkg_version ))
52
52
keywords = "linux mqueue" ,
53
53
54
54
setup_requires = ["setuptools>=24.2.0" ],
55
- python_requires = "~=3.8 " ,
55
+ python_requires = "~=3.10 " ,
56
56
packages = find_packages (),
57
57
namespace_packages = ["mood" ],
58
58
zip_safe = False ,
75
75
"Intended Audience :: Developers" ,
76
76
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
77
77
"Operating System :: POSIX :: Linux" ,
78
- "Programming Language :: Python :: 3.8 " ,
78
+ "Programming Language :: Python :: 3.10 " ,
79
79
"Programming Language :: Python :: Implementation :: CPython"
80
80
]
81
81
)
You can’t perform that action at this time.
0 commit comments