Skip to content

Commit

Permalink
python>=3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Herrera Lormendez authored and Pedro Herrera Lormendez committed Aug 25, 2022
1 parent 4c0dd20 commit 072856a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jcclass/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#packages =['jcclass'],
packages=find_packages(),
zip_safe = False,
python_requires='>=3.8',
python_requires='>=3.7',
setuptools_git_versioning ={
'version_callback' : vfile['__version__'],
'dev_template' : '{tag}.posst{ccount}',
Expand Down

0 comments on commit 072856a

Please sign in to comment.