Commit d5ca77da authored by Fabian Beitler's avatar Fabian Beitler Committed by oroulet

Add Python 3.9 support

parent b5c77080
......@@ -10,10 +10,15 @@ jobs:
os: linux
dist: bionic
python: 3.8
- name: "Python 3.9 with ubuntu 18.04 - Bionic"
os: linux
dist: bionic
python: 3.9
- name: "Python pypy3 with ubuntu 18.04 - Bionic"
os: linux
dist: bionic
python: pypy3
install:
- pip install python-dateutil
- pip install pytz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment