Skip to content

Commit eeaed08

Browse files
committed
update default python version
1 parent f36ba28 commit eeaed08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: "Release from a non-master branch (danger!)"
2323

2424
env:
25-
PYTHON_VERSION: "3.11"
25+
PYTHON_VERSION: "3.13"
2626

2727
permissions:
2828
contents: read

.github/workflows/_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: "Release from a non-master branch (danger!)"
1515

1616
env:
17-
PYTHON_VERSION: "3.11"
17+
PYTHON_VERSION: "3.13"
1818

1919
jobs:
2020
build:

0 commit comments

Comments
 (0)