Skip to content

Commit

Permalink
github: drop python 3.7 as it has reached end of life
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Sep 18, 2023
1 parent c06b30c commit c7fe52b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql13]
search-service: [opensearch2,elasticsearch7]
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Run eslint test
run: ./run-js-linter.sh -i

- name: Generate dependencies
run: |
pip install wheel requirements-builder
Expand Down

0 comments on commit c7fe52b

Please sign in to comment.