remove cede duplicated in pyprojest.tomil decalaration

"requires-python = '>=3.8.0'" in pyproject.toml is enough.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
This commit is contained in:
Tomasz Kłoczko 2024-06-18 19:11:04 +00:00
parent 05c0865b9c
commit 665329836e
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
import sys
vi = sys.version_info
if vi < (3, 8):
raise RuntimeError('uvloop requires Python 3.8 or greater')
if sys.platform in ('win32', 'cygwin', 'cli'):
raise RuntimeError('uvloop does not support Windows at the moment')