Skip to content

Commit 51f3cd2

Browse files
committed
update CI test to include python 3.13
1 parent bedf42d commit 51f3cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
timeout-minutes: 75
206206
strategy:
207207
matrix:
208-
python-version: [ "3.11", "3.12" ]
208+
python-version: [ "3.11", "3.12", "3.13" ]
209209
steps:
210210
- name: Checkout code
211211
uses: actions/checkout@v4

0 commit comments

Comments
 (0)