Skip to content

Commit e65ef0f

Browse files
committed
ci: remove 3.13, sync correctly
1 parent 82cae66 commit e65ef0f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- "3.10"
2121
- "3.11"
2222
- "3.12"
23-
- "3.13"
2423
os:
2524
- ubuntu-latest
2625
- windows-latest
@@ -53,7 +52,7 @@ jobs:
5352
with:
5453
python-version: "3.10"
5554
- name: Install with min requirements
56-
run: uv sync --no-dev --resolution=lowest-direct .
55+
run: uv sync --no-dev --resolution=lowest-direct
5756
- name: Run smoke test
5857
run: stac-client search https://landsatlook.usgs.gov/stac-server -c landsat-c2l2-sr --max-items 1
5958

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18-
"Programming Language :: Python :: 3.13",
1918
"Operating System :: OS Independent",
2019
"Natural Language :: English",
2120
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)