File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Set up Python 3.9
2929 uses : actions/setup-python@v5
3030 with :
31- python-version : 3.9
31+ python-version : 3.14
3232 - name : Install Black and ISort
3333 run : pip install black==22.3.0 isort==5.12.0
3434 - name : Sort Imports
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- FROM python:3.12 @sha256:9e615ab2a4e8c67f9638fa93002ac364647c2c2c1b66925ef3f8832fda354cd9
14+ FROM python:3.14 @sha256:6942ebef735aad5f708ef9c5e750cbe37dbc7751cee35c140e33764e34843ab9
1515
1616EXPOSE 9000
1717WORKDIR /opt/storage-testbench
You can’t perform that action at this time.
0 commit comments