Skip to content

Commit 3bd2a79

Browse files
committed
Add a badge of supported python versions
1 parent 90621ee commit 3bd2a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Python package](https://github.com/insolor/asynctk/actions/workflows/python-package.yml/badge.svg)](https://github.com/insolor/asynctk/actions/workflows/python-package.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/insolor/async-tkinter-loop/badge.svg?branch=main)](https://coveralls.io/github/insolor/async-tkinter-loop?branch=main)
55
[![PyPI](https://img.shields.io/pypi/v/async-tkinter-loop)](https://pypi.org/project/async-tkinter-loop/)
6+
![Supported Python versions](https://img.shields.io/pypi/pyversions/async-tkinter-loop)
67
<!--![PyPI - Downloads](https://img.shields.io/pypi/dm/async-tkinter-loop)-->
78

89
Implementation of asynchronous `mainloop` for tkinter, the use of which allows using `async` handler functions.

0 commit comments

Comments
 (0)