diff --git a/README.md b/README.md index fb1ff52..556b17d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # flake8-use-fstring +[![PyPI package](https://badge.fury.io/py/flake8-use-fstring.svg)](https://pypi.org/project/flake8-use-fstring) +[![Supported Python versions](https://img.shields.io/pypi/pyversions/flake8-use-fstring)](https://pypi.org/project/flake8-use-fstring) + * `master` (release) [![Build Status](https://travis-ci.com/MichaelKim0407/flake8-use-fstring.svg?branch=master)](https://travis-ci.com/MichaelKim0407/flake8-use-fstring) [![Coverage Status](https://coveralls.io/repos/github/MichaelKim0407/flake8-use-fstring/badge.svg?branch=master)](https://coveralls.io/github/MichaelKim0407/flake8-use-fstring?branch=master) @@ -9,8 +12,6 @@ Jump-start into modern Python by forcing yourself to use f-strings. -Works only with `python>=3.6`, apparently. - ## Installation ```bash diff --git a/setup.py b/setup.py index 045ba12..a03fa3a 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,10 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance',