Skip to content

Commit a02b2ce

Browse files
committed
update pipelines so they would be testing python3.13
1 parent 0acefc7 commit a02b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python: [ 3.7, 3.9]
14+
python: [ 3.7, 3.9, 3.13]
1515
splunk-version:
1616
- "8.1"
1717
- "8.2"

0 commit comments

Comments
 (0)