Skip to content

Commit d8ef4a4

Browse files
Update dependency python to 3.14
1 parent fabee54 commit d8ef4a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2323
with:
24-
python-version: "3.13"
24+
python-version: "3.14"
2525
cache: "poetry"
2626

2727
- name: Set up Poetry Path

.github/workflows/weekly_csv_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2424
with:
25-
python-version: "3.13"
25+
python-version: "3.14"
2626
cache: "poetry"
2727

2828
- name: Set up Poetry Path

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13
1+
FROM python:3.14
22

33
WORKDIR /tmp
44

0 commit comments

Comments
 (0)