mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
require Python 3.3+ on startup
This commit is contained in:
parent
e34e89fb14
commit
910e8fe0bf
1 changed files with 2 additions and 0 deletions
|
@ -46,4 +46,6 @@ def main():
|
|||
print()
|
||||
|
||||
if __name__ == '__main__':
|
||||
if sys.version_info[:2] < (3, 3):
|
||||
raise OSError('Python 3.3+ required.')
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue