Skip to content

Commit 572999a

Browse files
committed
Python 3.13.5
1 parent 2084a51 commit 572999a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-golden-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: golden tests
33
on: [push, pull_request]
44

55
env:
6-
PYTHON_VERSION: 3.13.1
6+
PYTHON_VERSION: 3.13.5
77

88
jobs:
99
build:

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: unit test action
33
on: [push, pull_request]
44

55
env:
6-
PYTHON_VERSION: 3.13.1
6+
PYTHON_VERSION: 3.13.5
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)