tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Upgrading iPOPO to latest Python versions #121

Closed tcalmant closed 2 months ago

tcalmant commented 1 year ago

A new v3 branch will be used to upgrade the overall project to run on latest Python versions (3.10+). Support for lower versions of Python will be removed in the v3 branch.

The objective is to add a lot of typing, fix deprecated APIs and upgrade dependencies to let the framework be usable with the latest versions of Python.

Communicating with previous versions of iPOPO will be possible via Remote Services.

The v2 branch can be considered stalled.

tcalmant commented 2 months ago

Closing as v3 branch is passing tests with Python 3.10, 3.11 and 3.12