Skip to content

Commit

Permalink
Require at least Python 3.8.1
Browse files Browse the repository at this point in the history
* Add flake8 as install dependency in tox.ini
  • Loading branch information
mtl1979 committed Jan 1, 2024
1 parent fcbb970 commit 951d259
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple"
verify_ssl = true

[requires]
python_version = "3.8"
python_version = ">=3.8.1"

[packages]
requests = ">=2.31"
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = talleo_tip_bot_telegram
description_file = README.md
python_requires = >=3.8
python_requires = >=3.8.1

[files]
packages =
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ skip_missing_interpreters = True
deps = pip>=21.3
pipenv>=9.0.1
setuptools>=65.5.1
flake8
toml
yapf
usedevelop = True
Expand Down

0 comments on commit 951d259

Please sign in to comment.