Skip to content

Commit 7eab6b1

Browse files
committed
Drop back to oldest supported version of Python.
1 parent 0886d55 commit 7eab6b1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.9
1+
3.10

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
### v.1.15 [2025-11-26]
4+
5+
- New;
6+
- Drop back to oldest supported version of Python.
7+
38
### v.1.14 [2025-11-26]
49

510
- New;

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "ValidatesAWS EventBridge cron expressions, which are similar to, but not compatible with Unix style cron expressions"
1212
readme = "README.md"
13-
requires-python = ">=3.13"
13+
requires-python = ">=3.10"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
1616
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)