Skip to content

Commit 92be2ce

Browse files
committed
[setup.py] drop Py3.6 support
1 parent 2e79469 commit 92be2ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/py-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8, 3.9]
11+
python-version: [3.7, 3.8, 3.9, 3.10]
1212

1313
steps:
1414
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
URL = "https://github.com/source-foundry/fdiff"
1111
EMAIL = "chris@sourcefoundry.org"
1212
AUTHOR = "Source Foundry Authors"
13-
REQUIRES_PYTHON = ">=3.6.0"
13+
REQUIRES_PYTHON = ">=3.7.0"
1414

1515
INSTALL_REQUIRES = [
1616
"fontTools >= 4.0.0",

0 commit comments

Comments
 (0)