Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-adams committed Nov 14, 2024
1 parent 2438e56 commit be53bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ def read(fname):
author='Mark Adams',
author_email='mark@markadams.me',
packages=['pytest_test_groups'],
version='1.0.3',
version='1.1.0',
long_description=read('README.rst'),
install_requires=['pytest>=2.5'],
install_requires=['pytest>=8'],
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Testing',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
'Programming Language :: Python :: 3',
],
entry_points={
'pytest11': [
'test-groups = pytest_test_groups',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ commands =
py.test

deps =
pytest==8.3.3
pytest>=8

0 comments on commit be53bc1

Please # to comment.