mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refactor: test: Pass language_level to cython explicitly
This commit is contained in:
parent
f01ea79092
commit
54bb1f3e62
@ -1,4 +1,5 @@
|
||||
# cython: binding=True
|
||||
# cython: language_level=3str
|
||||
|
||||
def foo(x: int, *args, y: str, **kwargs):
|
||||
"""Docstring."""
|
||||
|
Loading…
Reference in New Issue
Block a user