Skip to content

Commit 57ae1d5

Browse files
committed
Update Python version in CI
1 parent 8ad08d1 commit 57ae1d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

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-
PYTHON_VERSION: 3.13.0
12+
PYTHON_VERSION: 3.13.1
1313
PRE_COMMIT_VERSION: 4.0.1
1414

1515
jobs:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
pull_request: ~
1717

1818
env:
19-
PYTHON_VERSION: 3.13.0
19+
PYTHON_VERSION: 3.13.1
2020
POETRY_VERSION: 1.8.4
2121

2222
jobs:

0 commit comments

Comments
 (0)