We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b68f67 commit bffa7a7Copy full SHA for bffa7a7
1 file changed
setup.py
@@ -111,7 +111,7 @@ def run(self):
111
name='vmprof',
112
author='vmprof team',
113
author_email='fijal@baroquesoftware.com',
114
- version="0.4.18",
+ version="0.4.18.1",
115
packages=find_packages(),
116
description="Python's vmprof client",
117
long_description='See https://vmprof.readthedocs.org/',
@@ -123,7 +123,7 @@ def run(self):
123
'pytz',
124
'colorama',
125
] + extra_install_requires,
126
- python_requires='>=3.6, <3.12',
+ python_requires='<3.12',
127
tests_require=['pytest','cffi','hypothesis'],
128
entry_points = {
129
'console_scripts': [
0 commit comments