Skip to content

Commit 58931e1

Browse files
committed
Docs: Remove Python 3.7 advertisement
This patch removes Python 3.7 from our supported versions list in the README. It also fixes a syntax error in the same list, causing version 3.12 to be rendered as 3.1220. Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
1 parent c1ec741 commit 58931e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[![MessageQueue](https://img.shields.io/badge/MessageQueue-blue)](#)
2020
[![Documentation](https://img.shields.io/badge/Documentation-blue)](https://bloomberg.github.io/blazingmq)
2121
[![Code Style](https://img.shields.io/badge/Black-black)](#)
22-
![Supported Python versions](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.1220%7C%203.13-blue?logo=python)
22+
![Supported Python versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue?logo=python)
2323

2424
# BlazingMQ Python SDK
2525

0 commit comments

Comments
 (0)