File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1010URL = "https://github.com/source-foundry/fdiff"
1111EMAIL = "chris@sourcefoundry.org"
1212AUTHOR = "Source Foundry Authors"
13- REQUIRES_PYTHON = ">=3.6 .0"
13+ REQUIRES_PYTHON = ">=3.7 .0"
1414
1515INSTALL_REQUIRES = [
1616 "fontTools >= 4.0.0" ,
8383 "Operating System :: OS Independent" ,
8484 "Programming Language :: Python" ,
8585 "Programming Language :: Python :: 3" ,
86- "Programming Language :: Python :: 3.6" ,
8786 "Programming Language :: Python :: 3.7" ,
87+ "Programming Language :: Python :: 3.8" ,
88+ "Programming Language :: Python :: 3.9" ,
89+ "Programming Language :: Python :: 3.10" ,
8890 "Topic :: Multimedia" ,
8991 ],
9092)
You can’t perform that action at this time.
0 commit comments