Skip to content

Commit b7aec5a

Browse files
committed
Lint codebase with Python 3.14
1 parent 8011eea commit b7aec5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
python-version: ["3.11", "3.12", "3.13"]
11+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1212

1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)