Skip to content

Commit

Permalink
really drop python<=3.7 support
Browse files Browse the repository at this point in the history
Filer all code over `pyupgrade --py38-plus`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek authored and ollipa committed Mar 23, 2024
1 parent 7a01e1e commit 6c44477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

with open("README.md", "r", encoding="utf-8") as file:
with open("README.md", encoding="utf-8") as file:
long_description = file.read()

VERSION = "0.12.0"
Expand Down

0 comments on commit 6c44477

Please sign in to comment.