Add Python 3.9 to the testing matrix

This commit is contained in:
Pēteris Caune 2021-02-05 09:33:20 +02:00
parent 6cd3f0e35a
commit f06616a934
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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