python-driver icon indicating copy to clipboard operation
python-driver copied to clipboard

Explicitly set language_level to 3

Open dkropachev opened this issue 11 months ago • 0 comments

Fix and get rid of following warnings:

    C:\Users\runneradmin\AppData\Local\Temp\cibw-run-7_hzrlyd\cp38-win32\venv-test\lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: D:\a\python-driver\python-driver\tests\unit\cython\bytesio_testhelper.pyx

dkropachev avatar Mar 05 '25 17:03 dkropachev