Skip to content

Commit a62228a

Browse files
committed
chore: remove Python 3.9
1 parent 304b2d8 commit a62228a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version:
14-
- "3.9"
1514
- "3.10"
1615
- "3.11"
1716
- "3.12"
1817
os:
1918
- ubuntu-latest
2019
- macos-latest
2120
exclude: # macos-latest is arm64, which doesn't have these pythons
22-
- os: macos-latest
23-
python-version: "3.9"
2421
- os: macos-latest
2522
python-version: "3.10"
2623
fail-fast: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Removed
10+
11+
- Python 3.9 ([#224](https://github.com/stac-utils/stac-asset/pull/224))
12+
913
## [0.4.3] - 2024-07-29
1014

1115
### Added

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ keywords = ["stac", "async"]
88
classifiers = [
99
"License :: OSI Approved :: Apache Software License",
1010
"Programming Language :: Python :: 3",
11-
"Programming Language :: Python :: 3.9",
1211
"Programming Language :: Python :: 3.10",
1312
"Programming Language :: Python :: 3.11",
1413
"Programming Language :: Python :: 3.12",
1514
"Development Status :: 4 - Beta",
1615
]
1716
license = { text = "Apache-2.0" }
18-
requires-python = ">=3.9"
17+
requires-python = ">=3.10"
1918
dependencies = [
2019
"aiofiles>=23.1.0",
2120
"aiobotocore>=2.5.0",

0 commit comments

Comments
 (0)