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 8
8
strategy :
9
9
matrix :
10
10
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" ]
12
12
13
13
steps :
14
14
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 10
10
URL = "https://github.com/source-foundry/fdiff"
11
11
EMAIL = "chris@sourcefoundry.org"
12
12
AUTHOR = "Source Foundry Authors"
13
- REQUIRES_PYTHON = ">=3.6 .0"
13
+ REQUIRES_PYTHON = ">=3.7 .0"
14
14
15
15
INSTALL_REQUIRES = [
16
16
"fontTools >= 4.0.0" ,
83
83
"Operating System :: OS Independent" ,
84
84
"Programming Language :: Python" ,
85
85
"Programming Language :: Python :: 3" ,
86
- "Programming Language :: Python :: 3.6" ,
87
86
"Programming Language :: Python :: 3.7" ,
87
+ "Programming Language :: Python :: 3.8" ,
88
+ "Programming Language :: Python :: 3.9" ,
89
+ "Programming Language :: Python :: 3.10" ,
88
90
"Topic :: Multimedia" ,
89
91
],
90
92
)
You can’t perform that action at this time.
0 commit comments