Skip to content

Commit

Permalink
pipe was 3.10, not 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Aug 28, 2023
1 parent 296c0be commit fccb166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/ext/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from . import Cog, Bot
from .stringparser import StringParser

if sys.version_info >= (3, 8):
if sys.version_info >= (3, 10):
UnionT = Union[types.UnionType, Union]
else:
UnionT = Union
Expand Down

0 comments on commit fccb166

Please sign in to comment.