Skip to content

Commit 7e42a9e

Browse files
author
Cecylia Borek
committed
fix: github workflows' python versions
1 parent f023e6a commit 7e42a9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.7
16+
python-version: 3.9
1717
- name: Install build and twine
1818
run: pip install build twine
1919
- name: Build package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os:
13-
- ubuntu-latest
13+
- ubuntu-22.04
1414
python: [ 3.7, 3.9, 3.13]
1515
splunk-version:
1616
- "8.1"

0 commit comments

Comments
 (0)