|
24 | 24 |
|
25 | 25 | - **Framework**: Django 5.2.8 |
26 | 26 | - **CMS**: Wagtail 7.2 |
27 | | -- **Python**: 3.12 (required) |
| 27 | +- **Python**: 3.13 (required) |
28 | 28 | - **Database**: PostgreSQL 17 (prod and dev via Docker) |
29 | 29 | - **Cache**: Redis 6.2 |
30 | 30 | - **Storage**: AWS S3 (prod), Local (dev) |
@@ -105,7 +105,7 @@ pythonie/ |
105 | 105 |
|
106 | 106 | ### Prerequisites |
107 | 107 |
|
108 | | -- Python 3.12 (required) |
| 108 | +- Python 3.13 (required) |
109 | 109 | - Docker + docker-compose |
110 | 110 | - Task (or Make) |
111 | 111 | - Git |
@@ -163,8 +163,8 @@ task run |
163 | 163 | ### Local Setup (without Docker) |
164 | 164 |
|
165 | 165 | ```bash |
166 | | -# 1. Create virtualenv (ensure Python 3.12) |
167 | | -python3.12 -m venv pythonie-venv |
| 166 | +# 1. Create virtualenv (ensure Python 3.13) |
| 167 | +python3.13 -m venv pythonie-venv |
168 | 168 | source pythonie-venv/bin/activate |
169 | 169 |
|
170 | 170 | # 2. Install dependencies |
@@ -1412,7 +1412,7 @@ http://localhost:8000/documents/ # Document downloads |
1412 | 1412 | development.env # Dev env template |
1413 | 1413 | production.env # Prod env template (gitignored) |
1414 | 1414 | docker-compose.yml # Docker services |
1415 | | -Dockerfile # Python 3.12 image |
| 1415 | +Dockerfile # Python 3.13 image |
1416 | 1416 | Taskfile.yaml # Task automation |
1417 | 1417 | Procfile # Heroku processes |
1418 | 1418 | requirements/ # Dependency management |
@@ -1443,4 +1443,4 @@ pythonie/pythonie/wsgi.py # WSGI application |
1443 | 1443 | **Last updated**: 2025 |
1444 | 1444 | **Django Version**: 5.2.8 |
1445 | 1445 | **Wagtail Version**: 7.2 |
1446 | | -**Python Version**: 3.12 |
| 1446 | +**Python Version**: 3.13 |
0 commit comments