Skip to content

Commit cc9a63e

Browse files
Update Python to v3.14.0
1 parent 0c0434f commit cc9a63e

File tree

3 files changed

+5
-68
lines changed

3 files changed

+5
-68
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:

poetry.lock

Lines changed: 3 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.90"
1111
grpcio = "1.76.0"
1212
grpcio-tools = "1.76.0"

0 commit comments

Comments
 (0)