Skip to content

Commit 0340d36

Browse files
committed
chore(ci): run ci against python 3.14
1 parent ad7816d commit 0340d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ "ubuntu-22.04", "ubuntu-24.04", "macos-14", "macos-15" , "windows-2022", "windows-2025" ]
28-
python-version: ["3.11", "3.12", "3.13"]
28+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2929

3030
steps:
3131
- uses: actions/checkout@v5
@@ -108,7 +108,7 @@ jobs:
108108
fi
109109
110110
- name: Check for repository changes - Windows
111-
if: ${{ runner.os == 'Windows' && (matrix.python-version != '3.13') }}
111+
if: ${{ runner.os == 'Windows' }}
112112
run: |
113113
if (git status --porcelain) {
114114
Write-Host "Repository is dirty, changes detected:"

0 commit comments

Comments
 (0)