Skip to content

Commit 9be3f6b

Browse files
committed
Bump latter tested Python version to 3.13
No effects were observed on Make-managed files. References: * https://peps.python.org/pep-0719/ Signed-off-by: Alex Nelson <[email protected]>
1 parent 908dd36 commit 9be3f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
python-version:
4141
- '3.9'
42-
- '3.12'
42+
- '3.13'
4343

4444
steps:
4545
- uses: actions/checkout@v4

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
python-version:
3232
- '3.9'
33-
- '3.12'
33+
- '3.13'
3434

3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)