Skip to content

Commit bcdc134

Browse files
committed
Remove python 3.7 version check
1 parent 15899b5 commit bcdc134

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spatialpandas/tests/test_parquet_s3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
s3fs = pytest.importorskip("s3fs")
2020
requests = pytest.importorskip("requests")
2121

22-
if sys.version_info < (3, 8):
23-
pytest.skip("requires python3.8 or higher", allow_module_level=True)
24-
2522
logging.getLogger("botocore").setLevel(logging.INFO)
2623

2724

0 commit comments

Comments
 (0)