Skip to content

Commit 6d30639

Browse files
committed
Remove python 3.13
1 parent b045155 commit 6d30639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717

1818
env:
1919
PLANET_API_KEY: ${{ secrets.PLANET_API_KEY }}

0 commit comments

Comments
 (0)