Skip to content

Commit

Permalink
Merge pull request #94 from AuHau/feature/fixing-required-python
Browse files Browse the repository at this point in the history
Correct required Python version
  • Loading branch information
AuHau authored Jan 19, 2019
2 parents 969a017 + 616320b commit 1749ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author = D. Robert Adams & Adam Uhlir
author-email = [email protected]
license = MIT
home-page = https://toggl.adam-uhlir.me
python_requires = ==3.5.*, ==3.6.*, ==3.7.*
python_requires = >=3.5.0, <3.7.*
project_urls =
Source = https://github.com/auhau/toggl-cli
Documentation = https://toggl.adam-uhlir.me
Expand Down Expand Up @@ -36,4 +36,4 @@ console_scripts =
universal = 1
[aliases]
test=pytest
test=pytest

0 comments on commit 1749ce0

Please sign in to comment.