Skip to content

Commit

Permalink
CI: Remove Python 3.13 conda job
Browse files Browse the repository at this point in the history
Python 3.13 not yet available on regular conda channels.
  • Loading branch information
EwoutH authored Jul 10, 2024
1 parent 1027851 commit 53e8f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: true
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12']
# test oldesst and newest libspatialindex versions
sidx-version: ['1.8.5', '2.0.0']
exclude:
Expand Down

0 comments on commit 53e8f3e

Please sign in to comment.