fix: compatibility with python < 3.8 (#16)

* ci: run tests in python 3.7 as well
This commit is contained in:
Felix Spöttel
2022-07-07 10:21:21 +02:00
committed by GitHub
parent ff094a1d3e
commit 99e844c6ce
5 changed files with 14 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
from geoclustering.clustering import cluster_locations
from geoclustering.encoding import encode_clusters
from tests.helpers import read_fixture_csv, read_fixture_content