Skip to content

Commit 296b60a

Browse files
miss-islingtongrimreaper
authored andcommitted
Docs: be less specific about python versions (GH-6985) (GH-7008)
CPython 3.5 is old now, and we don't bump this version often, so lets avoid using specific versions. (cherry picked from commit 9572132) Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
1 parent b32f889 commit 296b60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/clinic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Argument Clinic How-To
2222
compatibility for future versions. In other words: if you
2323
maintain an external C extension for CPython, you're welcome
2424
to experiment with Argument Clinic in your own code. But the
25-
version of Argument Clinic that ships with CPython 3.5 *could*
26-
be totally incompatible and break all your code.
25+
version of Argument Clinic that ships with the next version
26+
of CPython *could* be totally incompatible and break all your code.
2727

2828
The Goals Of Argument Clinic
2929
============================

0 commit comments

Comments
 (0)