Skip to content

Commit

Permalink
[1.5.0] Incorrectly List by Pypi as Available for Python < 3.7
Browse files Browse the repository at this point in the history
`python_requires = >=3.4` should be updated as `python_requires =
>=3.7`, else Pypi will still list it as available for Python < 3.7.

Fixes sarugaku#61

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
  • Loading branch information
hswong3i committed Aug 4, 2022
1 parent ace4525 commit 32bcc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifier =
package_dir =
= src
packages = find:
python_requires = >=3.4
python_requires = >=3.7
install_requires =
zip_safe = true

Expand Down

0 comments on commit 32bcc83

Please sign in to comment.