Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update minimum python version
  • Loading branch information
timsavage authored Dec 5, 2024
1 parent 3e7410f commit f62dcb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python: Asynchronous client for Combined Energy API

Provides an async Python 3.8+ interface for the http://combined.energy/ monitoring platform API.
Provides an async Python 3.11+ interface for the http://combined.energy/ monitoring platform API.

<p align="center">

Expand Down Expand Up @@ -62,7 +62,7 @@ asyncio.run(main())

You will need:

- Python 3.8+
- Python 3.11+
- poetry
- pre-commit

Expand Down

0 comments on commit f62dcb3

Please sign in to comment.