Skip to content

Commit

Permalink
fix(CI): restore python 2.7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 13, 2024
1 parent 6b7b17a commit f220977
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 @@ -15,7 +15,7 @@
license='MIT License',
description='A Python package for extracting, transforming and loading '
'tables of data.',
long_description=open('README.txt', encoding="utf-8").read(),
long_description=open('README.txt').read(),
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
setup_requires=["setuptools>18.0", "setuptools-scm>1.5.4"],
extras_require={
Expand Down

0 comments on commit f220977

Please sign in to comment.