Skip to content

Commit

Permalink
Atualizando versão do python e do poetry no readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Oct 16, 2024
1 parent 75547f0 commit abd904d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ As Aulas estão dividas em:

#### Sobre o ambiente

Todo esse projeto é gerenciado pelo Poetry, a versão usada durante o momento da escrita é `1.8.3`:
Todo esse projeto é gerenciado pelo Poetry, a versão usada durante o momento da escrita é `1.8.4`:

```bash
pipx install poetry==1.8.3
pipx install poetry==1.8.4
```

A versão usada do python é a versão 3.12.5:
A versão usada do python é a versão 3.13.0:

```
pyenv local 3.12.5
pyenv local 3.13.0
```

para configurar todo o ambiente basta executar:
Expand Down

0 comments on commit abd904d

Please sign in to comment.