Skip to content

Commit

Permalink
Merge pull request #141 from dahlia/minimum-python-runtime
Browse files Browse the repository at this point in the history
Require Python runtime version 0.5.1 or higher
  • Loading branch information
kanghyojun authored Jun 22, 2017
2 parents 5a1caf0 + 814fdba commit 2845dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nirum/Targets/Python.hs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ import Nirum.Package.Metadata ( Author (Author, name, email)
import qualified Nirum.Package.ModuleSet as MS

minimumRuntime :: SV.Version
minimumRuntime = SV.version 0 4 0 [] []
minimumRuntime = SV.version 0 5 1 [] []

data Python = Python { packageName :: T.Text
, minimumRuntimeVersion :: SV.Version
Expand Down

0 comments on commit 2845dda

Please sign in to comment.