Skip to content

Commit

Permalink
CI: Add test job for Python 3.13 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Jul 11, 2024
1 parent 89fd9ec commit 47dae12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11'
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Setup
run: |
sudo apt install libspatialindex-c6 python3-pip
Expand Down

0 comments on commit 47dae12

Please sign in to comment.