Enable test_cython on Python 3.12

This commit is contained in:
Adam Turner 2023-09-13 02:58:01 +01:00
parent 22759fb945
commit 3d0110a95a

View File

@ -2103,9 +2103,8 @@ def test_singledispatchmethod_automethod(app):
]
@pytest.mark.skipif(sys.version_info[:2] >= (3, 11),
reason=('cython does not support python-3.11 yet. '
'see https://github.com/cython/cython/issues/4365'))
@pytest.mark.skipif(sys.version_info[:2] >= (3, 13),
reason='Cython does not support Python 3.13 yet.')
@pytest.mark.skipif(pyximport is None, reason='cython is not installed')
@pytest.mark.sphinx('html', testroot='ext-autodoc')
def test_cython(app):