Skip to content

chore: bump python support for 3.14 - #209

Merged
agritheory merged 2 commits into
mainfrom
py14
Jun 19, 2026
Merged

chore: bump python support for 3.14#209
agritheory merged 2 commits into
mainfrom
py14

Conversation

@HKuz

@HKuz HKuz commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

The Orpin project had a dependency issue (in order to use this repo's IFRS COA) - test_utils specified python = ">=3.10, <3.14" where Orpin specifies python = ">=3.14, <4".

QUESTION - this change won't quite work, since >=3.15, <4 cases won't be covered, we have a few options:

  • widen this repo's range ">=3.10, <3.13" => ">=3.10, <4"
  • tighten Orpin's range ">=3.14, <4" => ">=3.14, <3.15" (3.15 releasing this October, 3.16 on for 10/27)
  • combo - align both up to and including, say 3.16

I did similar testing as our previous bump - created a 3.14 bench, installed ERPNext and a dummy app which has a test_utils dependency for its fixtures, then ran the setup script.

@agritheory
agritheory merged commit 630fe06 into main Jun 19, 2026
8 checks passed
@agritheory
agritheory deleted the py14 branch June 19, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants