Skip to content

Commit

Permalink
Re-enable python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Nov 8, 2023
1 parent 104b109 commit f7d4600
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 @@ -8,7 +8,7 @@

setup(
name='sastadev',
version='0.1.2',
version='0.1.3',
description='Linguistic functions for SASTA tool',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -17,7 +17,7 @@
author_email='[email protected]',
package_dir={'': 'src'},
packages=['sastadev'],
python_requires='>=3.8, <4',
python_requires='>=3.7, <4',
package_data={'sastadev': ['py.typed', 'data/**/*']},
license='BSD-3-Clause',
entry_points={
Expand Down

0 comments on commit f7d4600

Please sign in to comment.