Update to python 3.10 #439

This commit is contained in:
Daniel Grams 2023-04-17 10:38:36 +02:00
parent b40c0c3e46
commit d65727610d
5 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |
@ -119,7 +119,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install dependencies
run: |
@ -86,7 +86,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install dependencies
run: |

View File

@ -8,7 +8,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
language_version: python3.9
language_version: python3.10
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:

View File

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10
# Add rsync
RUN apt update -qq && apt upgrade -y && apt autoremove -y

View File

@ -14,7 +14,7 @@ docker run -p 5000:5000 -e "DATABASE_URL=postgresql://postgres@localhost/eventca
### Requirements
- Python 3.9
- Python 3.10
- pip
- Postgres with postgis