5.1.0 release exposes compose officially.#12
Conversation
|
Hey thanks for the PR. I think this is a good idea but it would require changing a few more things because it would mean the library can only run on Textual 5. So the project dependencies and testing would all need to be bumped up to Textual >= 5.0.0 as well. Now that I know about it, it might make more sense for me to just do that myself though, unless you really want the PR |
|
the dependencies need to be updated to >= 5.1.0 in that case, it's not compatible with 5.0.0 |
edward-jazzhands
left a comment
There was a problem hiding this comment.
Good idea with the minor revision testing. Im a bit new to environment testing but this made me realize its pretty typical to test minor versions specifically to pinpoint which one you need instead of just saying "Latest 5.x.x"
|
yeah It’s common to test specific minor versions to pinpoint the minimum required version instead of just saying “latest 5.x.x.” Typically, only the latest major version (e.g. 5.x) is tested, not older ones like 4.x or 3.x, to avoid the maintenance burden. |
No description provided.