Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Bump Python version requirements to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Apr 27, 2020
1 parent 9dfb522 commit e036972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -3,7 +3,7 @@ name: Python linting

steps:
- name: pylint
image: python:3.7-stretch
image: python:3.8-stretch
commands:
- pip install pylint
- pip install -r requirements.txt
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -12,13 +12,12 @@
license="MIT",
classifiers=[
"Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3"
],
keywords="tasks backend flask",
project_urls={"Homepage": "https://git.tdem.in/tdemin/amber"},
packages=["project_amber"],
install_requires=["flask", "flask-cors", "flask-sqlalchemy", "bcrypt"],
python_requires=">=3.6"
python_requires=">=3.8"
)

0 comments on commit e036972

Please sign in to comment.