Skip to content

Commit

Permalink
feat: drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed Oct 3, 2023
1 parent 7e312c1 commit 2014ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"] #TODO: Remove Python 3.7 support
python-version: ["3.8", "3.9", "3.10"]
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"] #TODO: Remove Python 3.7 support
python-version: ["3.8", "3.9", "3.10"]
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["37", "38", "39", "310"]
python-version: ["38", "39", "310"]
needs:
- create-version
steps:
Expand All @@ -284,7 +284,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["37", "38", "39", "310"]
python-version: ["38", "39", "310"]
needs:
- create-version
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["37", "38", "39", "310"]
python-version: ["38", "39", "310"]
steps:
- name: Log in to the Container registry
uses: docker/login-action@v1
Expand All @@ -132,7 +132,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["37", "38", "39", "310"]
python-version: ["38", "39", "310"]
steps:
- name: Log in to the Container registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 2014ddf

Please sign in to comment.