sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.61k stars 2.13k forks source link

Remove test skips for Python 3.14 #13041

Open AA-Turner opened 1 month ago

AA-Turner commented 1 month ago

The cause of the segfaults (https://github.com/python/cpython/issues/125017) has been resolved, let's try removing the skips.

A

AA-Turner commented 1 month ago

Seems deadsnakes is a few days out of date:

Python 3.14.0a0 (main, Oct 15 2024, 08:53:47) [GCC 11.4.0]

A