Skip to content

Commit

Permalink
update CI (drop Python 3.7, add 3.10/3.11) (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Sep 24, 2023
1 parent 8b1ef95 commit 814af93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -19,9 +19,7 @@ jobs:
- name: Install requirements 📦
run: |
python3 -m pip install --upgrade pip
pip3 install "pyproj < 3.3.0"
pip3 install -r requirements-dev.txt
pip3 install "jsonschema==4.17.3"
- name: Install package 📦
run: python3 setup.py install
- name: run tests ⚙️
Expand Down

0 comments on commit 814af93

Please sign in to comment.