Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a7a77c

Browse files
committed
CI: Stick with python 3.13 for mymy
1 parent 57247d4 commit 5a7a77c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
python-version: ["3.14"]
40+
# 3.14 not ready for mymy
41+
python-version: ["3.13"]
4142
steps:
4243
- uses: actions/checkout@v6
4344
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)