Skip to content

Commit

Permalink
Require python>=3.9 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 24, 2022
1 parent 5df786e commit b06e6d2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ classifiers =

Operating System :: OS Independent

Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

Topic :: System :: Systems Administration
Topic :: Utilities
Expand All @@ -53,7 +50,7 @@ keywords =

[options]
use_scm_version = True
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
python_requires = >=3.9
packages = find:
include_package_data = True
zip_safe = True
Expand Down

0 comments on commit b06e6d2

Please sign in to comment.