Skip to content

Commit

Permalink
[README.md] >=py3.6 requirement to >=py3.7 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 8, 2021
1 parent e62cd99 commit 66e46be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## About

`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.
`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.

## What it does

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

## Installation

`dehinter` requires a Python 3.6+ interpreter.
`dehinter` requires a Python 3.7+ interpreter.

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.

Expand Down

0 comments on commit 66e46be

Please sign in to comment.