2 parents 09c02b4 + d482546 commit 9555ac1Copy full SHA for 9555ac1
1 file changed
source/guides/dropping-older-python-versions.rst
@@ -89,7 +89,7 @@ such as at least Python 3.9. Or, at least Python 3.7 and beyond, skipping the 3.
89
If using the :ref:`setuptools` build backend, consult the `dependency-management`_ documentation for more options.
90
91
.. caution::
92
- Avoid adding upper bounds to the version ranges, e. g. ``">= 3.8, < 3.10"``. Doing so can cause different errors
+ Avoid adding upper bounds to the version ranges, e.g. ``">= 3.8, < 3.10"``. Doing so can cause different errors
93
and version conflicts. See the `discourse-discussion`_ for more information.
94
95
3. Validating the Metadata before publishing
0 commit comments