Skip to content

Commit 51e92a3

Browse files
committed
Update Python requirements against NEP 29
Bumps the CI matrix to 3.12, 3.13, 3.14. NEP 29 dropped 3.11 on 2026-04-24, so 3.10 and 3.11 are no longer in scope.
1 parent fa805fd commit 51e92a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/python.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ["3.10", "3.11", "3.12"]
29+
python-version: ["3.12", "3.13", "3.14"]
3030

3131
steps:
3232
- uses: actions/checkout@v6

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Software Development :: Libraries :: Python Modules",
2020
]
2121
license = { text = "BSD-3-Clause" }
22-
requires-python = ">=3.10"
22+
requires-python = ">=3.12"
2323
dependencies = [
2424
"bidict",
2525
"pika",

0 commit comments

Comments
 (0)