Skip to content

Commit

Permalink
Drop Python 2.7 leftovers, require Python >=3.8
Browse files Browse the repository at this point in the history
Support for Python 2.7 was dropped in
commit 40e1127
of release 2024.06.05.
  • Loading branch information
hartwork authored and jrfonseca committed Jun 6, 2024
1 parent 682d0e4 commit 5a155d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is the result from the [example data](https://linuxgazette.net/100/misc/vin

# Requirements

* [Python](https://www.python.org/download/): known to work with version 2.7 and 3.3; it will most likely _not_ work with earlier releases.
* [Python](https://www.python.org/download/): known to work with version >=3.8; it will most likely _not_ work with earlier releases.
* [Graphviz](https://www.graphviz.org/Download.php): tested with version 2.26.3, but should work fine with other versions.

## Windows users
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers =

[options]
py_modules = gprof2dot
python_requires = >=2.7
python_requires = >=3.8

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 5a155d9

Please sign in to comment.