Skip to content

Commit 66e46be

Browse files
committed
[README.md] >=py3.6 requirement to >=py3.7 requirement
1 parent e62cd99 commit 66e46be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## About
1212

13-
`dehinter` is a Python command line application that removes TrueType instruction sets, global hinting tables, and other associated OpenType table data in font files. The tool provides cross-platform support on macOS, Windows, and Linux systems with a Python v3.6+ interpreter.
13+
`dehinter` is a Python command line application that removes TrueType instruction sets, global hinting tables, and other associated OpenType table data in font files. The tool provides cross-platform support on macOS, Windows, and Linux systems with a Python v3.7+ interpreter.
1414

1515
## What it does
1616

@@ -26,7 +26,7 @@ Options allow you to maintain the original version of any of these tables.
2626

2727
## Installation
2828

29-
`dehinter` requires a Python 3.6+ interpreter.
29+
`dehinter` requires a Python 3.7+ interpreter.
3030

3131
Installation in a [Python3 virtual environment](https://docs.python.org/3/library/venv.html) is recommended as dependencies are pinned to versions that are confirmed to work with this project.
3232

0 commit comments

Comments
 (0)