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:
|
||||
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,4 +1,4 @@
|
||||
FROM python:3.8
|
||||
FROM python:3.9
|
||||
|
||||
RUN useradd --system hc
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user