Skip to content

Commit

Permalink
add explicit interpreter constraints for the conan tool
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Feb 21, 2019
1 parent f5511b2 commit 8673c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pants/backend/native/subsystems/conan.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Conan(PythonToolBase):
'pylint==1.9.3',
]
default_entry_point = 'conans.conan'
default_interpreter_constraints = ['CPython>=3.6']

@classmethod
def register_options(cls, register):
Expand Down

0 comments on commit 8673c25

Please sign in to comment.