Skip to content

Commit f7e7ac7

Browse files
Update Python to v3.14.2
1 parent 26e3af6 commit f7e7ac7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v6
1515
with:
16-
python-version: '3.13'
16+
python-version: '3.14'
1717
- name: Install Poetry
1818
uses: snok/install-poetry@v1
1919
with:

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: '3.12'
17+
python-version: '3.14'
1818
- name: Install Poetry
1919
uses: snok/install-poetry@v1
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v6
3636
with:
37-
python-version: '3.13'
37+
python-version: '3.14'
3838
- name: Install Poetry
3939
uses: snok/install-poetry@v1
4040
with:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v6
5757
with:
58-
python-version: '3.13'
58+
python-version: '3.14'
5959
- name: Install Poetry
6060
uses: snok/install-poetry@v1
6161
with:
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set up Python
7777
uses: actions/setup-python@v6
7878
with:
79-
python-version: '3.13'
79+
python-version: '3.14'
8080
- name: Install Poetry
8181
uses: snok/install-poetry@v1
8282
with:
@@ -97,7 +97,7 @@ jobs:
9797
- name: Set up Python
9898
uses: actions/setup-python@v6
9999
with:
100-
python-version: '3.13'
100+
python-version: '3.14'
101101
- name: Install Poetry
102102
uses: snok/install-poetry@v1
103103
with:
@@ -118,7 +118,7 @@ jobs:
118118
- name: Set up Python
119119
uses: actions/setup-python@v6
120120
with:
121-
python-version: '3.13'
121+
python-version: '3.14'
122122
- name: Install Poetry
123123
uses: snok/install-poetry@v1
124124
with:
@@ -139,7 +139,7 @@ jobs:
139139
- name: Set up Python
140140
uses: actions/setup-python@v6
141141
with:
142-
python-version: '3.13'
142+
python-version: '3.14'
143143
- name: Install Poetry
144144
uses: snok/install-poetry@v1
145145
with:
@@ -160,7 +160,7 @@ jobs:
160160
- name: Set up Python
161161
uses: actions/setup-python@v6
162162
with:
163-
python-version: '3.13'
163+
python-version: '3.14'
164164
- name: Install Poetry
165165
uses: snok/install-poetry@v1
166166
with:
@@ -182,7 +182,7 @@ jobs:
182182
- name: Set up Python
183183
uses: actions/setup-python@v6
184184
with:
185-
python-version: '3.13'
185+
python-version: '3.14'
186186
- name: Install Poetry
187187
uses: snok/install-poetry@v1
188188
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
docker = "7.1.0"
1111
faucetconfrpc = "0.55.75"
1212
graphviz = "0.21"

0 commit comments

Comments
 (0)