Skip to content

Commit 0402111

Browse files
Update Python to v3.14.2
1 parent 9a03ff2 commit 0402111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: '>=3.11 <3.13'
35+
python-version: '<3.15'
3636
- name: Install Poetry
3737
uses: snok/install-poetry@v1
3838
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Charlie Lewis <clewis@iqt.org>"]
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.11,<3.14"
9+
python = ">=3.14,<3.15"
1010
c65faucet = "1.0.94"
1111
grpcio = "1.76.0"
1212
grpcio-tools = "1.76.0"

0 commit comments

Comments
 (0)