1 parent fa805fd commit 51e92a3Copy full SHA for 51e92a3
2 files changed
.github/workflows/python.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.12", "3.13", "3.14"]
30
31
steps:
32
- uses: actions/checkout@v6
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
"Topic :: Software Development :: Libraries :: Python Modules",
20
]
21
license = { text = "BSD-3-Clause" }
22
-requires-python = ">=3.10"
+requires-python = ">=3.12"
23
dependencies = [
24
"bidict",
25
"pika",
0 commit comments