We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d92b54 commit ad1f724Copy full SHA for ad1f724
.github/workflows/integration_test.yml
@@ -22,7 +22,7 @@ jobs:
22
timeout-minutes: 15
23
strategy:
24
matrix:
25
- python-version: ['3.10', '3.11', '3.12']
+ python-version: ['3.12', '3.13', '3.14']
26
steps:
27
- name: Check out code
28
uses: actions/checkout@v5
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
timeout-minutes: 25
63
64
65
66
67
68
0 commit comments