Skip to content

Commit

Permalink
fix (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles authored Feb 27, 2025
1 parent 88dc670 commit 790965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run(self):
author_email="[email protected]",
packages=setuptools.find_packages(exclude=('tests', 'tests.*', 'tests.*.*')),
package_dir={'ods_tools': 'ods_tools'},
python_requires='>=3.9',
python_requires='>=3.8',
install_requires=reqs,
extras_require={
'extra': extra_reqs,
Expand Down

0 comments on commit 790965b

Please sign in to comment.