Skip to content

Commit ad1f724

Browse files
committed
change py versions
1 parent 6d92b54 commit ad1f724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 15
2323
strategy:
2424
matrix:
25-
python-version: ['3.10', '3.11', '3.12']
25+
python-version: ['3.12', '3.13', '3.14']
2626
steps:
2727
- name: Check out code
2828
uses: actions/checkout@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 25
6363
strategy:
6464
matrix:
65-
python-version: ['3.10', '3.11', '3.12']
65+
python-version: ['3.12', '3.13', '3.14']
6666
steps:
6767
- name: Check out code
6868
uses: actions/checkout@v5

0 commit comments

Comments
 (0)