Skip to content

Commit c86dd91

Browse files
authored
Merge pull request #173 from casework/bump_python
Bump latter tested Python version to 3.13
2 parents 6775123 + 9be3f6b commit c86dd91

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)