Skip to content

Commit 3e5dd1e

Browse files
committed
Fix requires-python to include python3.14; update CHANGELOG
1 parent e2b95be commit 3e5dd1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Restrict libcasm-xtal dependency to major version 2 (`libcasm-xtal>=2.2.0,<3`)
13-
- Drop builds for python3.9, add builds for python3.14
13+
- Drop builds for python3.9, add builds for python3.14; update requires-python to ">=3.10,<3.15"
1414
- Drop x86_64 macOS wheels
1515

1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020
]
2121
description = "CASM configuration comparison and enumeration"
2222
readme = "README.md"
23-
requires-python = ">=3.9,<3.14"
23+
requires-python = ">=3.10,<3.15"
2424
license = "LGPL-2.1-or-later"
2525
classifiers = [
2626
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)