Skip to content

Commit 5560960

Browse files
authored
fix: requires-python in metadata (#684)
1 parent 8236912 commit 5560960

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Update `requires-python` in metadata to require >= 3.9 ([#684](https://github.com/stac-utils/pystac-client/pull/684))
13+
1014
## [v0.7.7]
1115

1216
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Software Development :: Libraries",
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
28-
requires-python = ">=3.8"
28+
requires-python = ">=3.9"
2929
dependencies = [
3030
"requests>=2.28.2",
3131
"pystac[validation]>=1.10.0",

0 commit comments

Comments
 (0)