Skip to content

Commit 677ba8f

Browse files
Drop support for <3.13 (#1311)
1 parent 6f52b9e commit 677ba8f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: minor
2+
changes:
3+
fixed:
4+
- Dropped support for <3.13.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.45.1"
3+
version = "2.45.4"
44
description = "PolicyEngine tax and benefit system for the UK"
55
readme = "README.md"
66
authors = [
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.13",
2323
"Topic :: Scientific/Engineering :: Information Analysis",
2424
]
25-
requires-python = ">=3.10"
25+
requires-python = ">=3.13"
2626
dependencies = [
2727
"policyengine-core>=3.19.3",
2828
"microdf-python>=1.0.2",

0 commit comments

Comments
 (0)