Skip to content

Commit e387a27

Browse files
committed
Bumping pytest version.
1 parent d8eae22 commit e387a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyrasterframes/src/main/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def dest_file(self, src_file):
140140
author_email='[email protected]',
141141
license='Apache 2',
142142
url='https://rasterframes.io',
143+
python_requires=">=3.7",
143144
project_urls={
144145
'Bug Reports': 'https://github.com/locationtech/rasterframes/issues',
145146
'Source': 'https://github.com/locationtech/rasterframes',
@@ -170,7 +171,7 @@ def dest_file(self, src_file):
170171
'folium',
171172
],
172173
tests_require=[
173-
'pytest==3.4.2',
174+
'pytest>4.0.0,<5.0.0',
174175
'pypandoc',
175176
'numpy>=1.7',
176177
'Shapely>=1.6.0',

0 commit comments

Comments
 (0)