python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Bump python version to 3.11 #84

Closed shtlrs closed 1 year ago

shtlrs commented 1 year ago

This bumps sir-robin's python version to 3.11.

By the same occasion, this updates all references of typing.Optional and typing.Union to use the | gate.