Skip to content

Commit a3af550

Browse files
authored
Use Python 3.14 in CI tests (#1926)
Update GitHub Actions tests workflow to set DEFAULT_PYTHON to 3.14 (was 3.13).
1 parent 7ceb78f commit a3af550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
env:
12-
DEFAULT_PYTHON: "3.13"
12+
DEFAULT_PYTHON: "3.14"
1313

1414
jobs:
1515
pre-commit:

0 commit comments

Comments
 (0)