Skip to content

Commit ae641b6

Browse files
committed
chore(master): update mise Python 3.14 version (reanahub#507)
1 parent 13fae19 commit ae641b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
uses: actions/setup-python@v5
154154
with:
155155
python-version: ${{ matrix.python-version }}
156-
allow-prereleases: true # Required for Python 3.14
157156

158157
- name: Install system dependencies
159158
run: |

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# under the terms of the MIT License; see LICENSE file for more details.
66

77
[tools]
8-
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
8+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)