Skip to content
Snippets Groups Projects

Change required Python version in Pipfile to 3.

Merged Birin Sanchez requested to merge birin.sanchez/ldh_middleware:3_debify_keel into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -49,4 +49,4 @@ WooCommerce = "==1.2.1"
twine = "==1.12.1"
[requires]
python_version = "3.5"
python_version = "3"
Loading