Skip to content

Commit 11cf9a0

Browse files
renovate[bot]moi15moi
authored andcommitted
Update dependency python to 3.14
1 parent 815fa57 commit 11cf9a0

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@v6
2020

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

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

0 commit comments

Comments
 (0)