Skip to content

Commit 278e0b0

Browse files
committed
Fixed python version
Closes #227
1 parent 5e1ecc0 commit 278e0b0

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
@@ -18,7 +18,7 @@
1818

1919
setup_requirements = ['pytest-runner', ]
2020

21-
test_requirements = ['pytest', ]
21+
test_requirements = ['pytest', 'pytest-xdist']
2222

2323
setup(
2424
author="LaserPhaser",
@@ -29,7 +29,6 @@
2929
'Intended Audience :: Developers',
3030
'License :: OSI Approved :: MIT License',
3131
'Natural Language :: English',
32-
'Programming Language :: Python :: 2.7',
3332
'Programming Language :: Python :: 3.6',
3433
'Programming Language :: Python :: 3.7',
3534
'Programming Language :: Python :: 3.8',
@@ -50,6 +49,7 @@
5049
url='https://github.com/pytest-dev/pytest-messenger',
5150
version='3.1.0',
5251
zip_safe=False,
52+
python_requires='>=3.6',
5353
entry_points={
5454
'pytest11': [
5555
'pytest-messenger = pytest_messenger.plugin',

0 commit comments

Comments
 (0)