Update all python versions to 3.12

This commit is contained in:
Gabriel Augendre 2023-10-24 10:54:53 +02:00 committed by crocmagnon-pr[bot]
parent ed9809aa4e
commit 3b58f55c2d
6 changed files with 5 additions and 1469 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.11-bullseye
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye
RUN apt-get update && apt-get upgrade -y
RUN pip install pip-tools invoke
COPY requirements.in requirements.txt requirements-dev.in requirements-dev.txt constraints.txt tasks.py ./

View file

@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View file

@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
cache: pip
- name: Install dependencies
run: |

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
cache: pip
- name: Update dependencies
run: |

View file

@ -1,5 +1,5 @@
[tools]
python = {version="3.11", virtualenv=".venv"}
python = {version="3.12", virtualenv=".venv"}
[env]
ENV_FILE = "{{config_root}}/envs/local.env"

1464
poetry.lock generated

File diff suppressed because it is too large Load diff