This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Add Python 3.9 to the testing matrix
pull/476/head
Pēteris Caune
4 years ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/django.yml
+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
Write
Preview
Loading…
Cancel
Save