Skip to content

Commit 73092a9

Browse files
committed
remove Python 3.8 and 3.9 from setup.cfg
1 parent bf1805c commit 73092a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ classifiers =
1212
License :: OSI Approved :: Apache Software License
1313
Natural Language :: English
1414
Programming Language :: Python :: 3
15-
Programming Language :: Python :: 3.8
16-
Programming Language :: Python :: 3.9
1715
Programming Language :: Python :: 3.10
1816
Programming Language :: Python :: 3.11
1917
Programming Language :: Python :: 3.12
@@ -30,7 +28,7 @@ version = 0.4.0
3028
[options]
3129
zip_safe = False
3230
include_package_data = True
33-
python_requires = >=3.8
31+
python_requires = >=3.10
3432
packages =
3533
install_requires =
3634
copier==9.2.0

0 commit comments

Comments
 (0)