pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.22k stars 1.42k forks source link

Drop Swift <5.9 support #3230

Closed stephencelis closed 2 months ago

stephencelis commented 2 months ago

Many of TCA's dependencies have dropped support, so this brings it in line with the rest.

stephencelis commented 2 months ago

I was in a confusing state. This was already done in #3203 but something was preventing my local copy to see!