mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 13:01:07 -05:00
Fix version check
This commit is contained in:
parent
10b4e206b7
commit
1ba24ab09b
@ -34,7 +34,7 @@ NuWeather: a weather plugin for Limnoria
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if sys.version_info[0] < (3, 8):
|
if sys.version_info < (3, 8):
|
||||||
raise RuntimeError("This plugin requires Python 3.8 or newer.")
|
raise RuntimeError("This plugin requires Python 3.8 or newer.")
|
||||||
|
|
||||||
import supybot
|
import supybot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user