Skip to content

Commit c14e8ee

Browse files
committed
docs: update minimum Python version to 3.10
The install section still stated Python 3.9 as the minimum. Python 3.9 support was dropped on this branch (pyproject.toml now requires >=3.10), so align the README with the actual requirement.
1 parent 22e568f commit c14e8ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ play with the CloudBlue Connect API using a python REPL like [jupyter](https://j
1717

1818
## Install
1919

20-
`Connect Python OpenAPI Client` requires python 3.9 or later.
20+
`Connect Python OpenAPI Client` requires python 3.10 or later.
2121

2222

2323
`Connect Python OpenAPI Client` can be installed from [pypi.org](https://pypi.org/project/connect-openapi-client/) using pip:

0 commit comments

Comments
 (0)