Skip to content

Commit

Permalink
/* PR_START p--release-0.207.1-updates 07 */ Update to Python 3.8 in …
Browse files Browse the repository at this point in the history
…publish workflow.
  • Loading branch information
plypaul committed Jan 25, 2025
1 parent 78a0224 commit d79aed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
python-version:
description: "Version of Python to use for testing"
required: false
default: "3.8"
default: "3.9"

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-push-metricflow-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+*"

env:
PYTHON_VERSION: "3.8"
PYTHON_VERSION: "3.9"

jobs:
pypi-publish:
Expand Down

0 comments on commit d79aed3

Please sign in to comment.