Skip to content

Commit 125efc6

Browse files
Merge pull request #172 from PolicyEngine/bump-uk-240
Bump UK to 2.40.2
2 parents cdc2429 + 528a5d7 commit 125efc6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313

1414
install-uv:
1515
uv pip install --system policyengine-uk
16-
uv pip install --system policyengine>=2.4
16+
uv pip install --system policyengine>=2.40.2
1717
uv pip install --system -e ".[dev]" --config-settings editable_mode=compat
1818

1919
download:

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Updated policyengine-uk to 2.40.2 (pin).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "PolicyEngine", email = "hello@policyengine.org"},
1212
]
1313
license = {file = "LICENSE"}
14-
requires-python = ">=3.10"
14+
requires-python = ">=3.11"
1515
dependencies = [
1616
"policyengine_core",
1717
"requests",

0 commit comments

Comments
 (0)