chore: upgrade Python version from 3.10 to 3.13 across the project
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/29bd6108-4094-48ca-8976-10df52774551 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ This guide covers how to deploy DMARQ without Docker, using a traditional instal
|
||||
|
||||
Before proceeding with a manual installation, ensure you have:
|
||||
|
||||
- Python 3.9 or higher
|
||||
- Python 3.13 or higher
|
||||
- pip and virtualenv
|
||||
- Node.js 16+ (if modifying frontend assets)
|
||||
- PostgreSQL (recommended for production) or SQLite
|
||||
|
||||
@@ -64,7 +64,7 @@ Give your AI assistant context about DMARQ:
|
||||
|
||||
```markdown
|
||||
DMARQ is a self-hosted DMARC monitoring platform built with:
|
||||
- Backend: FastAPI (Python 3.10+)
|
||||
- Backend: FastAPI (Python 3.13+)
|
||||
- Database: SQLAlchemy ORM (PostgreSQL/SQLite)
|
||||
- Templates: Jinja2 with Tailwind CSS
|
||||
- Architecture: RESTful API with server-side rendering
|
||||
|
||||
@@ -20,7 +20,7 @@ There are many ways to contribute to DMARQ:
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Python 3.9+
|
||||
- Python 3.13+
|
||||
- Node.js 16+ (for frontend assets)
|
||||
- Docker and Docker Compose (recommended)
|
||||
- Git
|
||||
|
||||
@@ -27,7 +27,7 @@ backend/app/tests/
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Python 3.10+
|
||||
- Python 3.13+
|
||||
- Dependencies from `backend/requirements.txt`
|
||||
|
||||
### Installation
|
||||
@@ -143,7 +143,7 @@ isort backend/app
|
||||
Tests run automatically on every push and PR via GitHub Actions (`.github/workflows/test.yml`).
|
||||
|
||||
The CI workflow:
|
||||
1. Installs dependencies (Python 3.10)
|
||||
1. Installs dependencies (Python 3.13)
|
||||
2. Runs `pytest` with coverage
|
||||
3. Runs linting checks (Black, isort, Flake8, Pylint)
|
||||
4. Uploads coverage to Codecov
|
||||
+1
-1
@@ -31,7 +31,7 @@ The minimum requirements are:
|
||||
- 2GB RAM (4GB+ recommended for production)
|
||||
- 20GB storage
|
||||
- Docker Engine 20.10.0+ (for Docker installation)
|
||||
- Python 3.9+ (for manual installation)
|
||||
- Python 3.13+ (for manual installation)
|
||||
|
||||
### How do I install DMARQ?
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ The core of DMARQ is a FastAPI application that provides:
|
||||
- Background task processing
|
||||
|
||||
**Key Technologies:**
|
||||
- Python 3.9+
|
||||
- Python 3.13+
|
||||
- FastAPI framework
|
||||
- Pydantic for data validation
|
||||
- SQLAlchemy ORM for database access
|
||||
|
||||
@@ -99,7 +99,7 @@ For environments where Docker isn't available, you can install DMARQ manually.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Python 3.9 or higher
|
||||
- Python 3.13 or higher
|
||||
- pip and virtualenv
|
||||
- Node.js 16+ (if modifying frontend assets)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user