Skip to content

Commit ef9063d

Browse files
committed
Bump minimum Python version to 3.10
Since Falcon 4.1.0 only claims to support 3.10+ and 3.9 on a best effort basis.
1 parent 9a605f5 commit ef9063d

4 files changed

Lines changed: 6 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
### Unreleased
8+
### Changed
9+
- Update recommended Python version to 3.10+
10+
811

912
## 1.4.5 - 2025-04-02
1013
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you use the DSpace Statistics API please cite:
1919

2020
## Requirements
2121

22-
- Python 3.9+
22+
- Python 3.10+
2323
- PostgreSQL version 9.5+ (due to [`UPSERT` support](https://wiki.postgresql.org/wiki/UPSERT))
2424
- DSpace with [Solr usage statistics enabled](https://wiki.lyrasis.org/display/DSDOC5x/SOLR+Statistics) (tested with 5.8+, 6.3, and 7.6)
2525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name = "Alan Orth", email = "git@mjanja.mozmail.com" }
77
]
88

9-
requires-python = ">= 3.9"
9+
requires-python = ">= 3.10"
1010

1111
license = "GPL-3.0-only"
1212
license-files = ["LICENSE.txt"]

uv.lock

Lines changed: 1 addition & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)