forked from GithubBackups/healthchecks
Add Python 3.9 to the testing matrix
This commit is contained in:
parent
6cd3f0e35a
commit
f06616a934
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user