Skip to content

Commit

Permalink
Pin pytest version to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
josecsotomorales committed Mar 14, 2024
1 parent 00d8000 commit 5d90fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Supported platforms

SQLAlchemy-Utils is currently tested against the following Python platforms.

- cPython 3.6
- cPython 3.7
- cPython 3.8
- cPython 3.9
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_version():

extras_require = {
'test': [
'pytest>=2.7.1',
'pytest==7.4.4',
'Pygments>=1.2',
'Jinja2>=2.3',
'docutils>=0.10',
Expand Down Expand Up @@ -79,15 +79,14 @@ def get_version():
"importlib_metadata ; python_version<'3.8'",
],
extras_require=extras_require,
python_requires='>=3.6',
python_requires='>=3.7',
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit 5d90fe5

Please sign in to comment.