Skip to content

Commit 497341e

Browse files
committed
Use python 3.13 for tests
1 parent d7ce4b3 commit 497341e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
layout pyenv 3.12.2
1+
layout pyenv 3.13.2

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: "0 0 * * *"
1212

1313
env:
14-
DEFAULT_PYTHON: 3.9
14+
DEFAULT_PYTHON: 3.13
1515

1616
jobs:
1717
pre-commit:

0 commit comments

Comments
 (0)