mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 07:38:03 +01:00
Update all python versions to 3.12
This commit is contained in:
parent
ed9809aa4e
commit
3b58f55c2d
6 changed files with 5 additions and 1469 deletions
|
@ -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 ./
|
||||
|
|
2
.github/workflows/codeql-analysis.yaml
vendored
2
.github/workflows/codeql-analysis.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/update-dependencies.yaml
vendored
2
.github/workflows/update-dependencies.yaml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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
1464
poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue