Skip to content

Commit

Permalink
Dropped Python 3.7 from main github CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Dec 13, 2023
1 parent 5207935 commit 5a73c5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
architecture: x64
- name: Checkout pygeoapi
uses: actions/checkout@master
Expand All @@ -39,7 +39,6 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.7
- python-version: 3.8
env:
PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml"
Expand Down

0 comments on commit 5a73c5c

Please sign in to comment.