File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 77Python 3+ compatible port of the [ configobj] ( https://pypi.python.org/pypi/configobj/ ) library.
88
99The Github CI/CD Pipeline runs tests on python versions:
10+ - 3.8
1011- 3.9
1112- 3.10
1213- 3.11
Original file line number Diff line number Diff line change 8181 'License :: OSI Approved :: BSD License' ,
8282 'Programming Language :: Python' ,
8383 'Programming Language :: Python :: 3' ,
84+ 'Programming Language :: Python :: 3.8' ,
8485 'Programming Language :: Python :: 3.9' ,
8586 'Programming Language :: Python :: 3.10' ,
8687 'Programming Language :: Python :: 3.11' ,
108109 py_modules = MODULES ,
109110 package_dir = {'' : 'src' },
110111 packages = PACKAGES ,
111- python_requires = '>=3.7 ' ,
112+ python_requires = '>=3.8 ' ,
112113 classifiers = CLASSIFIERS ,
113114 keywords = KEYWORDS ,
114115 license = 'BSD-3-Clause' ,
You can’t perform that action at this time.
0 commit comments