Skip to content

Commit d72bcca

Browse files
authored
Merge pull request #28 from CodeLogicIncEngineering/renovate/python-3.x
2 parents df8ce71 + fac3b30 commit d72bcca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4040
with:
41-
python-version: '3.13'
41+
python-version: '3.14'
4242

4343
- name: Install dependencies
4444
run: |

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525
with:
26-
python-version: '3.13'
26+
python-version: '3.14'
2727

2828
- name: Install dependencies
2929
run: |

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

0 commit comments

Comments
 (0)