Skip to content

Commit

Permalink
update to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Feb 29, 2024
1 parent c20607a commit f02c846
Show file tree
Hide file tree
Showing 5 changed files with 784 additions and 703 deletions.
Empty file removed .python-version
Empty file.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12

# metadata
ARG VCS_REF=master
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ When provided with the relay-chain Sudo account, the **testnet-manager** can per
Note that running with those commands will fail to connect to your Kubernetes cluster and running nodes without adapting them to your setup.
As such, it is recommended to refer to the next section for instructions to run a complete local stack in Kubernetes.

Setup the local environment:
Set up the local environment:

```shell
poetry config virtualenvs.in-project true
poetry install
poetry shell
```
Expand Down
Loading

0 comments on commit f02c846

Please sign in to comment.