File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- python-version : [3.6, 3. 7, 3.8]
12
+ python-version : [3.7, 3.8]
13
13
os : [ubuntu-latest, windows-latest, macos-latest]
14
14
15
15
steps :
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ def read(fname):
39
39
"Intended Audience :: Developers" ,
40
40
"Intended Audience :: Science/Research" ,
41
41
"License :: OSI Approved :: MIT License" ,
42
- "Programming Language :: Python :: 3.6" ,
43
42
"Programming Language :: Python :: 3.7" ,
44
43
"Programming Language :: Python :: 3.8" ,
45
44
"Topic :: Scientific/Engineering" ,
@@ -60,7 +59,7 @@ def read(fname):
60
59
"tabpy_server/common/default.conf" ,
61
60
]
62
61
},
63
- python_requires = ">=3.6 " ,
62
+ python_requires = ">=3.7 " ,
64
63
license = "MIT" ,
65
64
# Note: many of these required packages are included in base python
66
65
# but are listed here because different linux distros use custom
You can’t perform that action at this time.
0 commit comments