Skip to content

Commit a5f21c9

Browse files
committed
fixed required python version
1 parent bdd4c06 commit a5f21c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The script follows the rules of Estonian orthography. Internationally used forms
1111

1212

1313
### Requirement:
14-
- Python (>= 3.7)
14+
- Python (>= 3.10)
1515
- EstNLTK (>= 1.7.0)
1616

1717

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
setup(
44
name='tts_preprocess_et',
5-
version='1.0.0',
5+
version='1.0.1',
66
packages=find_packages(),
77
license='MIT',
88
description='Preprocessing for Estonian text-to-speech applications',
99
long_description=open('readme.md').read(),
1010
install_requires=['estnltk>=1.7.0'],
11+
python_requires='>=3.10',
1112
include_package_data=True,
1213
url='https://github.com/TartuNLP/tts_preprocess_et',
1314
author='TartuNLP',

0 commit comments

Comments
 (0)