We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f52b9e commit 677ba8fCopy full SHA for 677ba8f
2 files changed
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: minor
2
+ changes:
3
+ fixed:
4
+ - Dropped support for <3.13.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-uk"
-version = "2.45.1"
+version = "2.45.4"
description = "PolicyEngine tax and benefit system for the UK"
5
readme = "README.md"
6
authors = [
@@ -22,7 +22,7 @@ classifiers = [
22
"Programming Language :: Python :: 3.13",
23
"Topic :: Scientific/Engineering :: Information Analysis",
24
]
25
-requires-python = ">=3.10"
+requires-python = ">=3.13"
26
dependencies = [
27
"policyengine-core>=3.19.3",
28
"microdf-python>=1.0.2",
0 commit comments