Skip to content

Commit 67da89f

Browse files
committed
Bump python version in workflows
1 parent 06a4719 commit 67da89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
env:
15-
PYTHON_VERSION: "3.9"
15+
PYTHON_VERSION: "3.10"
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
env:
15-
PYTHON_VERSION: "3.9"
15+
PYTHON_VERSION: "3.10"
1616
CONTIGUITY_PROJECT_ID: ${{ secrets.CONTIGUITY_PROJECT_ID }}
1717
CONTIGUITY_TOKEN: ${{ secrets.CONTIGUITY_TOKEN }}
1818
CONTIGUITY_DATA_KEY: ${{ secrets.CONTIGUITY_DATA_KEY }}

0 commit comments

Comments
 (0)