Skip to content

Commit 6280de7

Browse files
Update Python versions in PR monitor workflow
1 parent 13f2f25 commit 6280de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11"]
16+
python-version: ["3.11", "3.12"]
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)