Skip to content

Commit 3ad42f2

Browse files
[README.md] fix min Py version following v3.0 release
1 parent 220fd67 commit 3ad42f2

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
@@ -14,7 +14,7 @@
1414

1515
## About
1616

17-
`fdiff` is a Python command line comparison tool for assessment of granular differences in the OpenType table data between font files. The tool provides cross-platform support for local and remote font diffs on macOS, Windows, and GNU/Linux systems with a Python v3.6+ interpreter.
17+
`fdiff` is a Python command line comparison tool for assessment of granular differences in the OpenType table data between font files. The tool provides cross-platform support for local and remote font diffs on macOS, Windows, and GNU/Linux systems with a Python v3.7+ interpreter.
1818

1919
<p align="center">
2020
<img src="https://raw.githubusercontent.com/source-foundry/fdiff/img/img/diff-example2-crunch.png" width="860"/>
@@ -49,7 +49,7 @@ Run `fdiff --help` to view all available options.
4949

5050
## Installation
5151

52-
`fdiff` requires a Python 3.6+ interpreter.
52+
`fdiff` requires a Python 3.7+ interpreter.
5353

5454
Installation in a [Python3 virtual environment](https://docs.python.org/3/library/venv.html) is recommended.
5555

0 commit comments

Comments
 (0)