Skip to content

Commit

Permalink
setup.py: update required Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed May 16, 2013
1 parent 792b8fe commit 27accd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, "README")).read()

required_version = (3, 1)
required_version = (3, 3)
if sys.version_info < required_version:
raise SystemExit("Migen requires python {0} or greater".format(
".".join(map(str, required_version))))
Expand Down

0 comments on commit 27accd7

Please sign in to comment.