Skip to content

Commit 572a693

Browse files
committed
Drop python 3.7 support, add 3.13
1 parent 7123bcf commit 572a693

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Python 3+ compatible port of the [configobj](https://pypi.python.org/pypi/configobj/) library.
88

99
The Github CI/CD Pipeline runs tests on python versions:
10+
- 3.8
1011
- 3.9
1112
- 3.10
1213
- 3.11

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
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',
@@ -108,7 +109,7 @@
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',

0 commit comments

Comments
 (0)