Skip to content

Commit 7f15cc2

Browse files
committed
modify docs
Signed-off-by: Simoh23999 <[email protected]>
1 parent ee58a3b commit 7f15cc2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Complete documentation is available on [Read the Docs][link_rtfd]. This includes
3737
## Python Support
3838

3939
We endeavour to support all functionality for all [current actively supported Python versions](https://www.python.org/downloads/).
40-
However, some features may not be possible/present in older Python versions due to their lack of support.
40+
However, the library now requires **python 3.10 or newer**. Support for Python 3.8 has been removed as it has reached end of life, and support for Python 3.9 has also been dropped as its end-of-life is approaching.
41+
Some features may not be possible/present in older Python versions due to their lack of support.
4142

4243
## Changelog
4344

docs/support.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Python Version Support
2727
----------------------
2828

2929
We endeavour to support all functionality for all `current actively supported Python versions`_.
30-
However, some features may not be possible/present in older Python versions due to their lack of support - which are
30+
However, the library now requires **python 3.10 or newer**. Support for Python 3.8 has been removed as it has reached end of life,
31+
and support for Python 3.9 has also been dropped as its end-of-life is approaching.
32+
Some features may not be possible/present in older Python versions due to their lack of support - which are
3133
noted below.
3234

3335
.. _GitHub Issue: https://github.com/CycloneDX/cyclonedx-python/issues

0 commit comments

Comments
 (0)