Browse Source

Add Python 3.9 to the testing matrix

pull/476/head
Pēteris Caune 4 years ago
parent
commit
f06616a934
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/django.yml
  2. +1
    -1
      docker/Dockerfile

+ 1
- 1
.github/workflows/django.yml View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
db: [sqlite, postgres, mysql]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
include:
- db: postgres
db_user: runner


+ 1
- 1
docker/Dockerfile View File

@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.9
RUN useradd --system hc
ENV PYTHONUNBUFFERED=1


Loading…
Cancel
Save