Skip to content

Commit 98971ac

Browse files
committed
update the versions to modern versions
Less mental effort to read this, as no time spent thinking about how different your versions are.
1 parent bae3bad commit 98971ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ If you are reporting a bug, please do your best to include the following:
6666

6767
>>> import matplotlib
6868
>>> matplotlib.__version__
69-
'1.5.3'
69+
'3.4.1'
7070
>>> import platform
7171
>>> platform.python_version()
72-
'2.7.12'
72+
'3.9.2'
7373

7474
We have preloaded the issue creation page with a Markdown template that you can
7575
use to organize this information.

0 commit comments

Comments
 (0)