diff --git a/setup.py b/setup.py index 2dbe319..fffbd62 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ setup( name="SRAMsync", - version="4.3.2", + version="4.4.0", author="Gerben Venekamp", author_email="gerben.venekamp@surf.nl", description="Reading entries and attributes from SRAM LDAP and process them", url="https://github.com/SURFscz/SRAMsync/", install_requires=["Click", "pyldap", "jsonschema", "pyyaml", "click_logging"], entry_points={"console_scripts": ["sync-with-sram = SRAMsync.sync_with_sram:cli"]}, - python_requires=">=3.7", + python_requires=">=3.9", packages=find_packages(), include_package_data=True, classifiers=[