mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 23:04:30 +01:00 
			
		
		
		
	Utilisation de Python 3.13 par défaut, flake8-django pas encore supporté
This commit is contained in:
		| @@ -37,7 +37,7 @@ py314: | |||||||
|  |  | ||||||
| linters: | linters: | ||||||
|   stage: quality-assurance |   stage: quality-assurance | ||||||
|   image: python:3-alpine |   image: python:3.13-alpine | ||||||
|   before_script: |   before_script: | ||||||
|     - pip install tox --no-cache-dir |     - pip install tox --no-cache-dir | ||||||
|   script: tox -e linters |   script: tox -e linters | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM python:3.14-alpine | FROM python:3.13-alpine | ||||||
|  |  | ||||||
| ENV PYTHONUNBUFFERED 1 | ENV PYTHONUNBUFFERED 1 | ||||||
| ENV DJANGO_ALLOW_ASYNC_UNSAFE 1 | ENV DJANGO_ALLOW_ASYNC_UNSAFE 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user