Skip to content

Commit 1fc6f3c

Browse files
committed
[setup] Remove Py-version dependency < 3.4
Since we only fully support Python 3.6+.
1 parent 91de155 commit 1fc6f3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import json
22
import os
3-
import sys
43

54
try:
65
from setuptools import setup
@@ -36,9 +35,6 @@
3635

3736
tests_req = ["pytest", "owlrl", "requests"]
3837

39-
if sys.version_info < (3, 4):
40-
install_req += ["enum34"]
41-
4238
setup(
4339
name='odML',
4440
version=VERSION,

0 commit comments

Comments
 (0)