Add release note about Python 3.9 removal

... so that users are aware that this can no longer be installed into
Python 3.9 .

Change-Id: I8b6529ed80e2123192d02f7c0d5b516c1a31eabb
This commit is contained in:
Takashi Kajinami
2025-06-26 11:20:58 +09:00
parent d3ee3229ac
commit 01718681a8

View File

@@ -0,0 +1,5 @@
---
upgrade:
- |
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum
version supported.