Skip to content

Commit 5127f99

Browse files
authored
Bumped minimum version to 3.8
1 parent 685b42c commit 5127f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyparsing
44
ipython
55
pandas
66
tqdm
7-
networkx<=2.6.3 # until py3.8 is our minimum version
7+
networkx
88
pydot
99
minio>=7.0.0
1010
matplotlib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from os import path
44
import sys
55

6-
min_py_version = (3, 7)
6+
min_py_version = (3, 8)
77

88
if sys.version_info < min_py_version:
99
sys.exit(

0 commit comments

Comments
 (0)