Skip to content

Commit

Permalink
python 3.8 is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Nov 30, 2020
1 parent 2818c08 commit b76ff26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def requirements():

setuptools.setup(
name='credentialdigger',
version='2.1.3',
version='2.2.0',
author='SAP SE',
maintainer='Marco Rosa, Slim Trabelsi',
maintainer_email='[email protected], [email protected]',
Expand All @@ -28,5 +28,5 @@ def requirements():
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
],
python_requires='>=3.5, <3.8',
python_requires='>=3.5, <3.9',
)

0 comments on commit b76ff26

Please sign in to comment.