We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b045155 commit 6d30639Copy full SHA for 6d30639
.github/workflows/ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
17
18
env:
19
PLANET_API_KEY: ${{ secrets.PLANET_API_KEY }}
0 commit comments