Skip to content

Commit 20f5c1c

Browse files
renovate[bot]moi15moi
authored andcommitted
Update dependency python to 3.14
1 parent 7b455fc commit 20f5c1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020

21-
- name: Set up Python 3.12
21+
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.12'
24+
python-version: '3.14'
2525

2626
- name: "Install build"
2727
run: pip install build

0 commit comments

Comments
 (0)