Skip to content

Commit bffa7a7

Browse files
committed
allow isntallation on python2.7 for PyPy
1 parent 4b68f67 commit bffa7a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def run(self):
111111
name='vmprof',
112112
author='vmprof team',
113113
author_email='fijal@baroquesoftware.com',
114-
version="0.4.18",
114+
version="0.4.18.1",
115115
packages=find_packages(),
116116
description="Python's vmprof client",
117117
long_description='See https://vmprof.readthedocs.org/',
@@ -123,7 +123,7 @@ def run(self):
123123
'pytz',
124124
'colorama',
125125
] + extra_install_requires,
126-
python_requires='>=3.6, <3.12',
126+
python_requires='<3.12',
127127
tests_require=['pytest','cffi','hypothesis'],
128128
entry_points = {
129129
'console_scripts': [

0 commit comments

Comments
 (0)