Skip to content

Commit dd207e9

Browse files
committed
Add python 3.9 and mongo 4.4
1 parent 95e82de commit dd207e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
mongodb-version: [3.6, 4.0, 4.2]
19+
mongodb-version: [3.6, 4.0, 4.2, 4.4]
2020
include:
2121
- name: "ubuntu-py36"
2222
python: "3.6"
@@ -27,6 +27,9 @@ jobs:
2727
- name: "ubuntu-py38"
2828
python: "3.8"
2929
tox_env: "py38"
30+
- name: "ubuntu-py39"
31+
python: "3.9"
32+
tox_env: "py39"
3033
- name: "ubuntu-pypy3"
3134
python: "pypy3"
3235
tox_env: "pypy3"

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
python: 3.8
2222
name: "Test on python 3.8"
2323
env: TOXENV=py38
24+
- language: python
25+
python: 3.9
26+
name: "Test on python 3.9"
27+
env: TOXENV=py39
2428
- language: python
2529
python: pypy3
2630
name: "Test on python pypy3"

0 commit comments

Comments
 (0)