Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
🎉 v1.2.8 Added Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 7, 2020
1 parent 1bfbbb3 commit 0b6dea9
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 @@ -18,5 +18,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=2.3,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
)

0 comments on commit 0b6dea9

Please sign in to comment.