Skip to content

Commit

Permalink
docs: updating docs for the issue on python 3.12 (#332)
Browse files Browse the repository at this point in the history
* docs: add docs for python 312 compatibility

* docs: change wording and marked as important

* docs: tweaking alert on readme

* chore: pip audit fixes

* docs: tweaking title

---------

Co-authored-by: Altynbek Orumbayev <[email protected]>
  • Loading branch information
negar-abbasi and aorumbayev authored Oct 19, 2023
1 parent 991756f commit 288b561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ This is an open source project managed by the Algorand Foundation. See the [cont

The key required dependency is Python 3.10+, but some of the installation options below will install that for you.

> **IMPORTANT**
> Due to [`aiohttp`](https://github.com/aio-libs/aiohttp/issues/7675) dependency compatibility issues with Python 3.12, we advise using Python versions up to 3.11 for now. This is a temporary measure until stable release of `aiohttp` with 3.12 support is available.
AlgoKit also has some runtime dependencies that also need to be available for particular commands.

> **Note**
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 288b561

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit
   __init__.py15753%6–13, 17–24, 32–34
   __main__.py220%1–3
src/algokit/cli
   completions.py105298%80, 95
   deploy.py56591%34–36, 78, 96
   dispenser.py116199%74
   doctor.py48394%142–144
   generate.py57198%116
   goal.py39197%57
   init.py1901692%272–273, 323, 326–328, 339, 383, 409, 449, 458–460, 463–468, 481
   localnet.py93397%162, 183–184
src/algokit/core
   bootstrap.py1612485%103–104, 126, 149, 214, 217, 223–237, 246–251
   conf.py54885%10, 24, 28, 36, 38, 71–73
   deploy.py691184%61–64, 73–75, 79, 84, 91–93
   dispenser.py2022687%88, 120–121, 138–146, 188–189, 195–197, 215–216, 256–257, 315, 329–331, 342–343, 353, 366, 381
   doctor.py65789%67–69, 92–94, 134
   generate.py41295%68, 86
   goal.py56395%27–28, 38
   log_handlers.py68790%50–51, 63, 112–116, 125
   proc.py45198%98
   sandbox.py1811592%100–107, 118, 278, 294, 309–311, 327
   typed_client_generation.py80594%55–57, 70, 75
   utils.py18289%27–28
   version_prompt.py73889%27–28, 40, 59–62, 80, 109
TOTAL199016092% 

Tests Skipped Failures Errors Time
285 0 💤 0 ❌ 0 🔥 25.546s ⏱️

Please sign in to comment.