Skip to content

Commit

Permalink
Merge pull request #54 from sbidoul/patch-1
Browse files Browse the repository at this point in the history
Require pytest>=7.2
  • Loading branch information
simahawk committed Nov 17, 2022
2 parents aa6166f + 1cba929 commit e7912d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -16,12 +16,12 @@
include_package_data=True,
platforms='any',
install_requires=[
'pytest>=7.0.0',
'pytest>=7.2.0',
],
setup_requires=[
'setuptools_scm',
],
python_requires='>=3.6',
python_requires='>=3.7',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit e7912d0

Please sign in to comment.