We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8236912 commit 5560960Copy full SHA for 5560960
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Update `requires-python` in metadata to require >= 3.9 ([#684](https://github.com/stac-utils/pystac-client/pull/684))
13
14
## [v0.7.7]
15
16
### Changed
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
"Topic :: Software Development :: Libraries",
26
"Topic :: Software Development :: Libraries :: Python Modules",
27
]
28
-requires-python = ">=3.8"
+requires-python = ">=3.9"
29
dependencies = [
30
"requests>=2.28.2",
31
"pystac[validation]>=1.10.0",
0 commit comments