Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Remove Python 3 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
icb- committed Jul 1, 2020
1 parent 2e77904 commit 8d7aac7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

deps = []

# Python 3 unsupported
if version_info >= (3,):
print("Sorry, PyPXE doesn't support Python 3.")
exit(1)

# require argparse on Python <2.7
if version_info[0] == 2 and version_info[1] < 7:
deps.append('argparse')
Expand Down

0 comments on commit 8d7aac7

Please sign in to comment.