Skip to content

Commit

Permalink
Remove support for Python 3.7 in gate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jul 28, 2023
1 parent 19862b4 commit 149c212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
name: "gate"
uses: ./.github/workflows/gate.yml
with:
python_versions: '["3.8"]'
ANSYS_VERSION: "241"
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
secrets: inherit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
python_versions:
required: false
type: string
default: '["3.7"]'
default: '["3.8"]'
ANSYS_VERSION:
required: false
type: string
Expand All @@ -24,7 +24,7 @@ on:
description: "Python interpreters to test."
required: true
type: string
default: '["3.7"]'
default: '["3.8"]'
ANSYS_VERSION:
description: "ANSYS version"
required: true
Expand Down

0 comments on commit 149c212

Please sign in to comment.