Skip to content

Commit 104ca15

Browse files
committed
fix: remove python 3.10
1 parent 325f096 commit 104ca15

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version:
28-
- "3.10"
2928
- "3.11"
3029
- "3.12"
3130
- "3.13"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- Deterministic asset ordering ([rustac #709](https://github.com/stac-utils/rustac/pull/709), [#93](https://github.com/stac-utils/rustac-py/pull/93))
2020
- Normalize search output ([#102](https://github.com/stac-utils/rustac-py/pull/102))
2121

22+
### Removed
23+
24+
- Python 3.10 support ([#110](https://github.com/stac-utils/rustac-py/pull/110))
25+
2226
## [0.6.0] - 2025-04-18
2327

2428
> [!NOTE]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ classifiers = [
1010
"License :: OSI Approved :: Apache Software License",
1111
"License :: OSI Approved :: MIT License",
1212
"Natural Language :: English",
13-
"Programming Language :: Python :: 3.10",
1413
"Programming Language :: Python :: 3.11",
1514
"Programming Language :: Python :: 3.12",
1615
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)