Skip to content

Commit b259276

Browse files
Update dependency python to 3.14
1 parent 6d66078 commit b259276

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python 3.12
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: 3.12
18+
python-version: 3.14
1919
architecture: 'x64'
2020
- name: Install module and its dependencies
2121
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python 3.12
3737
uses: actions/setup-python@v6
3838
with:
39-
python-version: 3.12
39+
python-version: 3.14
4040
architecture: 'x64'
4141
- name: Install module and its dependencies
4242
run: |

0 commit comments

Comments
 (0)