Skip to content

Commit f5951d5

Browse files
authored
removing 3.8 (#43)
1 parent b8f0580 commit f5951d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
stack-name: [local]
4242
os: [windows-latest, ubuntu-latest, macos-latest]
43-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
43+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4444
env:
4545
ZENML_DEBUG: true
4646
ZENML_ANALYTICS_OPT_IN: false
@@ -57,5 +57,5 @@ jobs:
5757
with:
5858
stack-name: ${{ matrix.stack-name }}
5959
python-version: ${{ matrix.python-version }}
60-
ref-zenml: ${{ inputs.ref-zenml || 'bugfix/PRD-653-fix-models-linkage' }}
60+
ref-zenml: ${{ inputs.ref-zenml || 'develop' }}
6161
ref-template: ${{ inputs.ref-template || github.ref }}

0 commit comments

Comments
 (0)