File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
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 :
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 :
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 :
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 :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Charlie Lewis <clewis@iqt.org>"]
66license = " Apache-2.0"
77
88[tool .poetry .dependencies ]
9- python = " >=3.11 ,<3.14 "
9+ python = " >=3.14 ,<3.15 "
1010docker = " 7.1.0"
1111faucetconfrpc = " 0.55.75"
1212graphviz = " 0.21"
You can’t perform that action at this time.
0 commit comments