bluesky / bluesky-queueserver

Server for queueing plans
https://blueskyproject.io/bluesky-queueserver/
BSD 3-Clause "New" or "Revised" License
11 stars 20 forks source link

Update installation instructions: supported Python versions #281

Closed dmgav closed 12 months ago

dmgav commented 12 months ago

Currently Python 3.7-3.11 are supported. CI tests are run for Python 3.9-3.11. Support for Python 3.7 will be dropped soon.

dmgav commented 12 months ago

CI fails due to incompatibility with Pydantic v2, which will be the subject of the next PR.