We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a03ff2 commit 0402111Copy full SHA for 0402111
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Python
33
uses: actions/setup-python@v6
34
with:
35
- python-version: '>=3.11 <3.13'
+ python-version: '<3.15'
36
- name: Install Poetry
37
uses: snok/install-poetry@v1
38
pyproject.toml
@@ -6,7 +6,7 @@ authors = ["Charlie Lewis <clewis@iqt.org>"]
6
license = "Apache-2.0"
7
8
[tool.poetry.dependencies]
9
-python = ">=3.11,<3.14"
+python = ">=3.14,<3.15"
10
c65faucet = "1.0.94"
11
grpcio = "1.76.0"
12
grpcio-tools = "1.76.0"
0 commit comments