Skip to content

Commit 823ce5a

Browse files
committed
Feat: Add support for Python 3.14
Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
1 parent 58931e1 commit 823ce5a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- "3.11"
9393
- "3.12"
9494
- "3.13"
95+
- "3.14"
9596
steps:
9697
- uses: actions/checkout@v4
9798
- name: Try to get cached BlazingMQ build artifacts

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.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%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%20%7C%203.14-blue?logo=python)
2323

2424
# BlazingMQ Python SDK
2525

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def create_extension(name, libraries, **kwargs):
201201
"Programming Language :: Python :: 3.11",
202202
"Programming Language :: Python :: 3.12",
203203
"Programming Language :: Python :: 3.13",
204+
"Programming Language :: Python :: 3.14",
204205
"Programming Language :: Python :: Implementation :: CPython",
205206
"Topic :: Software Development :: Libraries :: Python Modules",
206207
"Typing :: Typed",

0 commit comments

Comments
 (0)