Skip to content

Commit 678bf14

Browse files
committed
update README.md
1 parent 9a7dff4 commit 678bf14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Setup user authentication with JWT and Redis as token storage.
128128
### Local development with poetry
129129

130130
```shell
131-
pyenv install 3.12 && pyenv local 3.12
131+
pyenv install 3.13 && pyenv local 3.13
132132
```
133133
```shell
134134
poetry install --with dev
@@ -189,6 +189,7 @@ I've included a few of my favorites to kick things off!
189189
- **[JUN 8 2024]** implement asyncpg connection pool :fast_forward:
190190
- **[AUG 17 2024]** granian use case implemented with docker compose and rich logger :fast_forward:
191191
- **[OCT 16 2024]** apscheduler added to project :fast_forward:
192+
- **[DEC 16 2024]** bump project to Python 3.13 :fast_forward:
192193

193194
<p align="right">(<a href="#readme-top">back to top</a>)</p>
194195

0 commit comments

Comments
 (0)