Skip to content

Commit b06e6d2

Browse files
authored
Require python>=3.9 (#61)
1 parent 5df786e commit b06e6d2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

setup.cfg

+5-8
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@ classifiers =
3737

3838
Operating System :: OS Independent
3939

40-
Programming Language :: Python :: 2
41-
Programming Language :: Python :: 2.7
42-
Programming Language :: Python :: 3
43-
Programming Language :: Python :: 3.5
44-
Programming Language :: Python :: 3.6
45-
Programming Language :: Python :: 3.7
46-
Programming Language :: Python :: 3.8
40+
Programming Language :: Python :: 3.9
41+
Programming Language :: Python :: 3.10
42+
Programming Language :: Python :: 3.11
43+
Programming Language :: Python :: 3.12
4744

4845
Topic :: System :: Systems Administration
4946
Topic :: Utilities
@@ -53,7 +50,7 @@ keywords =
5350

5451
[options]
5552
use_scm_version = True
56-
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
53+
python_requires = >=3.9
5754
packages = find:
5855
include_package_data = True
5956
zip_safe = True

0 commit comments

Comments
 (0)