Skip to content

Commit 9ccbc39

Browse files
committed
docs: fix ReST in news.rst
1 parent 58c68a1 commit 9ccbc39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/news.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Version History
4949
* Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not yet
5050
formally support free-threaded builds. (#276)
5151
* The C and Rust backends now declare the GIL as unused.
52-
* The `pythoncapi_compat.h` file has been upgraded to the latest version. (#278)
53-
* `setup.py` now depends on `packaging` and uses `packaging.version.Version` for
54-
version comparisons. This removes some deprecation warnings from usage of
55-
legacy distutils `Version` classes.
52+
* The ``pythoncapi_compat.h`` file has been upgraded to the latest version. (#278)
53+
* ``setup.py`` now depends on ``packaging`` and uses ``packaging.version.Version``
54+
for version comparisons. This removes some deprecation warnings from usage of
55+
legacy distutils ``Version`` classes.
5656
* Relax run-time libzstd version checking in C extension from exactly 1.5.7
5757
to >=1.5.6. (#254, #267)
5858

0 commit comments

Comments
 (0)