diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # ChangeLog
 
+## 0.2.0
+
+Update cpython version to be >= 3.5
+
 ## 0.1.0
 
 Initial bindings to (most of) PyAutoGUI
diff --git a/hsautogui.cabal b/hsautogui.cabal
--- a/hsautogui.cabal
+++ b/hsautogui.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c8201609cd2ca3891909376630a9e2499c3a2799b03d395571f23dd8155f48a1
+-- hash: c820d39c8cb3bc4809c69dc07f83f8d8acfc9dc85e35fe48959ba344c966e88c
 
 name:           hsautogui
-version:        0.1.0
+version:        0.2.0
 synopsis:       Haskell bindings for PyAutoGUI, a library for automating user interaction
 description:    Please see the README on GitHub at <https://github.com/mitchellvitez/hsautogui#readme>
 category:       Automation
@@ -45,11 +45,11 @@
       src
   default-extensions: DeriveLift GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses OverloadedStrings RecordWildCards QuasiQuotes ScopedTypeVariables TemplateHaskell
   extra-libraries:
-      python3
+      python
   build-depends:
       base
     , containers
-    , cpython
+    , cpython >=3.5
     , mtl
     , template-haskell
     , text
@@ -64,7 +64,7 @@
   default-extensions: OverloadedStrings QuasiQuotes
   ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -W
   extra-libraries:
-      python3
+      python
   build-depends:
       base >=4.7 && <5
     , hsautogui
