Skip to content

Commit

Permalink
CI(pytest): Run pytest tests with Python 3.13 (OSGeo#4209)
Browse files Browse the repository at this point in the history
Also replace Python 3.8 by Python 3.9 to keep a total of 3 versions tested
  • Loading branch information
echoix authored and Mahesh1998 committed Sep 19, 2024
1 parent 890d8ea commit ec14e7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
os:
- ubuntu-22.04
python-version:
- '3.8'
- '3.10'
- '3.9'
- '3.12'
- '3.13'
fail-fast: true

runs-on: ${{ matrix.os }}
Expand All @@ -39,6 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
allow-prereleases: true

- name: Install non-Python dependencies
run: |
Expand Down

0 comments on commit ec14e7d

Please sign in to comment.