Skip to content

Commit

Permalink
Update docs on Python compatibility
Browse files Browse the repository at this point in the history
No more Python 3.7, added support for Python 3.12
  • Loading branch information
zhuyifei1999 committed Oct 20, 2023
1 parent 5a0a0ef commit 688bcad
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2.

## Requirements

You should have Python 3.7, 3.8, 3.9, 3.10, or 3.11. This package is CPython
You should have Python 3.8, 3.9, 3.10, 3.11, or 3.12. This package is CPython
only; PyPy and other Python implementations are not supported. Python 2 support
can be obtained from [guppy-pe](http://guppy-pe.sourceforge.net/) by
Sverker Nilsson, from which this package is forked.
Expand Down
2 changes: 1 addition & 1 deletion docs/ProfileBrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,4 @@ <h3>Table Pane</h3></dt>
This pane shows a table based on the configuration set
in the Table menu. The sample number and time stamp
show in the header.</dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:12 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:50 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/docexample.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ <h2>Attribute</h2></dt>
<dd>
An attribute named a_nokind, with unspecified kind.
</dd></dl></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/docexample.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tests generated by: guppy.gsl.Tester
# Date: Sat May 13 06:37:09 2023
# Date: Fri Oct 20 06:44:48 2023
class Tester:
tests = {}
def test_example_kind(self, arg):
Expand Down
2 changes: 1 addition & 1 deletion docs/gsl.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ <h3> Emacs mode</h3></a>
Entering GSL mode calls with no arguments the value of the variable
`gsl-mode-hook', if that value exists and is not nil; see the `Hooks'
section of the Elisp manual for details.</pre>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
4 changes: 2 additions & 2 deletions docs/gslexample.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2> Source Code</h2></a>
<h2> Generated Test Class</h2></a>
<pre>
# Tests generated by: guppy.gsl.Tester
# Date: Sat May 13 06:37:09 2023
# Date: Fri Oct 20 06:44:48 2023
class Tester:
tests = {}
def test_example_kind(self, arg):
Expand Down Expand Up @@ -258,4 +258,4 @@ <h2> Generated Test Class</h2></a>
t52 = arg.m_alt('abc')
tests['.tgt.docexample.example_kind'] = test_example_kind
</pre>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/guppy.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ <h2>Methods</h2></dt>
There is currently no arguments to this constructor, I may think
of adding some options in the future, but it has not yet been needed.
</p></dd></dl></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/heapy_RootState.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ <h3> &lt;frame number&gt;</h3>
started frame is 0, and in general the most recent frame has a number
that is the number of frames it has before it in call order.
</p></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/heapy_UniSet.html
Original file line number Diff line number Diff line change
Expand Up @@ -1484,4 +1484,4 @@ <h2>Mapping</h2></dt><a name='heapy_ER.EquivalenceRelationByDictOwner.-60-3-62-'
associated with the owner classification of x, though this is not
currently checked.
</small></dd></dl></dd></dl></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/heapy_Use.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,4 +822,4 @@ <h2>Attributes</h2></dt>
<pre>
&gt;&gt;&gt; hp.doc.heap[0]
</pre></dd></dl></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/heapy_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ <h3>
&gt;&gt;&gt; hp.iso(x).sp
0: hp.Root.i0_modules['__main__'].__dict__['x']
&gt;&gt;&gt; </pre>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/heapyc.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,4 +765,4 @@ <h2>Attributes</h2></dt>
the nodegraph has been used at least once after update, so that it
will not be cleared too early.
</dd></dl></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:08 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h3> Portability aspects</h3>
<div>
<ul>
<li>
Can be used with an unmodified C Python, back to version 3.7
Can be used with an unmodified C Python, back to version 3.8
AFAIK. Does not depend on any external unix-specific or other
utilities.
</li>
Expand Down Expand Up @@ -408,4 +408,4 @@ <h2>
<dd><a href='https://github.com/zhuyifei1999/guppy3/issues'> https://github.com/zhuyifei1999/guppy3/issues</a></dd>
<dt> The GitHub project page is:</dt>
<dd><a href='https://github.com/zhuyifei1999/guppy3/'> https://github.com/zhuyifei1999/guppy3/</a></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:09 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/sets.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,4 @@ <h2>Operator</h2></dt>
a hash value based on the addresses of the elements.

</dt></dl></dd></dl></dd></dl>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.0.1</a> on Sat May 13 06:37:08 2023</div></body></html>
<hr>Generated by <a href="https://zhuyifei1999.github.io/guppy3/gsl.html">GSL-HTML 3.1.3</a> on Fri Oct 20 06:44:48 2023</div></body></html>
2 changes: 1 addition & 1 deletion docs/test_guppy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tests generated by: guppy.gsl.Tester
# Date: Sat May 13 06:37:09 2023
# Date: Fri Oct 20 06:44:48 2023
class Tester:
tests = {}
def test_guppy(self, arg):
Expand Down
2 changes: 1 addition & 1 deletion docs/test_heapy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tests generated by: guppy.gsl.Tester
# Date: Sat May 13 06:37:09 2023
# Date: Fri Oct 20 06:44:48 2023
class Tester:
tests = {}
def get_ex_1(self):
Expand Down
2 changes: 1 addition & 1 deletion docs/test_heapyc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tests generated by: guppy.gsl.Tester
# Date: Sat May 13 06:37:08 2023
# Date: Fri Oct 20 06:44:48 2023
class Tester:
tests = {}
def get_ex_1(self):
Expand Down
2 changes: 1 addition & 1 deletion specs/index.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ points in time.
...div
....ul

.....li: Can be used with an unmodified C Python, back to version 3.7
.....li: Can be used with an unmodified C Python, back to version 3.8
AFAIK. Does not depend on any external unix-specific or other
utilities.

Expand Down

0 comments on commit 688bcad

Please sign in to comment.